Skip to content
Advertisement

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-tiny-detector.cfg build/darknet/x64/backup/custom-yolov4-tiny-detector_final.weights -ext_output build/darknet/x64/data/obj/your_video.mp4 -dont_show If you want

Advertisement