hjimce / darknet_mobilenet

mobilenet 与darknet yolo
Other
94 stars 52 forks source link

Test error of object detection #11

Open gooseable opened 5 years ago

gooseable commented 5 years ago

I modify the mobilenet_imagenet.cfg as object detection mode,and finished trainning,When I test with this command: $ ./darknet detector test cfg/voc.data cfg/mobilenet_imagenet.cfg backup/mobilenet_imagenet_10000.weights data/150.jpg

I got this error: Cannot load image "data/labels/32_0.png" STB Reason: can't fopen

I don't know where problem is.