If I dont want to output image or video window(popup), after detect
where can i find that function?
thanks
-out_filename to write the output of the video.
-dont_show to hide the ui.
for example:
./darknet detector test ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights -dont_show test/1.mp4 -i 0 -out_filename out/1.avi
thank you for your kindness answer!
Most helpful comment
-out_filename to write the output of the video.
-dont_show to hide the ui.
for example:
./darknet detector test ./cfg/coco.data ./cfg/yolov3.cfg ./yolov3.weights -dont_show test/1.mp4 -i 0 -out_filename out/1.avi