pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.68k stars 21.32k forks source link

Cannot load image "-ext_output" STB Reason: can't fopen #1935

Open sbind29893 opened 4 years ago

sbind29893 commented 4 years ago

./darknet detector test darknet.data darknet-yolov3.cfg darknet-yolov3_final.weights -thresh 0.25 -ext_output -dont_show

When i am trying to run above command, it is giving me below error. Please anyone help me in this issue.

Cannot load image "-ext_output" STB Reason: can't fopen

inafi commented 4 years ago

Use this repository if you want to use "-ext_ouput" https://github.com/AlexeyAB/darknet

zhuaiyi commented 4 years ago

OPENCV's value in Makefile should be change from 0 to 1. Then:

make clean
make