rafaelpadilla / darknet

Useful functionalities added on the original darknet public repository.
Other
36 stars 17 forks source link

Cannot load image Error: testing multiple images #3

Closed filmnamu closed 6 years ago

filmnamu commented 6 years ago

Hello, I'm trying to test a detector with my own dataset, consists of 1 class data. It is very well work for single image(own) and example multiple images(yours). But as shown below a "cannot load image" error occurrence in my own multiple images.

./darknet testimages newdata/voc.data newdata/own.cfg newdata/own.weights -savetxt -saveimg image

What do you think I did wrong? Please help me. Thanks in advance.

rafaelpadilla commented 6 years ago

dear @filmnamu ,

Were you able to run this code in your own images?

If possible, could you put those images in a remote folder and send it to me so I can test with it?

Best regards.

filmnamu commented 6 years ago

Dear @rafaelpadilla , I found out that the test image path was incorrectly. The problem has now been resolved. Thank you for your interest. : )