Skip to content

Tag: yolo

dectect video with yolov4-tiny

so I trained a yolov4 tiny model and I predict perfectly on images with this command : and now I want to predict on video but I can manage to figure out the correct command. Answer To run detections on a video file run detector demo. In your case: !.darknet detector demo build/darknet/x64/cfg/custom-yolov4-ti…