Loading weights from yolov3.weights ... Done!
this is the last line i got from the terminal and it didnt show the time of prediction as well as the predictions.png
Please write your full command , it should be like
./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights data/dog.jpg
i used this
./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg
it's working if i used yolov2 but a bit slower...
try to use the above statement , its generic
Thks! And another question, if i'm using AMD, what should i install so that i can use GPU to train?
I see 'Loading weights from yolov3.weights...Couldn't open file: yolov3.weights' .
What should 谋 do?
I see 'Loading weights from yolov3.weights...Couldn't open file: yolov3.weights' .
What should 谋 do?
Question has been sloved? I have the same erro,can you give some tips?
How to use it on windows. Please help
if you want to use yolo in windows, i recommend use darkflow @sahilrangra
you can try this command:
./darknet detect cfg/yolov3.cfg cfg/yolov3.weights data/dog.jpg
i use cygwin in windows 10 and the command is " ./darknet detect cfg/yolov3.cfg cfg/yolov3.weights data/dog.jpg",but the result is "Loading weights from cfg/yolov3.weights...Done! data/dog.jpg: Predicted in 44.925456 seconds."and it didnt show the time of prediction as well as the predictions.png
Most helpful comment
you can try this command:
./darknet detect cfg/yolov3.cfg cfg/yolov3.weights data/dog.jpg