Darknet: Disable Output Bounding Box Image Window

Created on 11 May 2018  路  2Comments  路  Source: AlexeyAB/darknet

If I dont want to output image or video window(popup), after detect

where can i find that function?

thanks

Solved

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

All 2 comments

-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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Cipusha picture Cipusha  路  3Comments

louisondumont picture louisondumont  路  3Comments

yongcong1415 picture yongcong1415  路  3Comments

kebundsc picture kebundsc  路  3Comments

siddharth2395 picture siddharth2395  路  3Comments