arturgontijo / YOLOv3-MNIST

7 stars 3 forks source link

Test model - numbers #2

Open jmcarrascal opened 4 years ago

jmcarrascal commented 4 years ago

Hi, When I tried test the model using the below command:

./darknet detector test ../cfg/mnist.dataset ../cfg/yolov3_mnist.cfg ../models/yolov3_mnist.backup /Users/juanmanuelcarrascal/Downloads/IMG_4905.JPG -i 0 -thresh 0.5

This command generated the predictions.jpg file, but does not recognize any value, I leave an example

IMG_4905

Could you please help?

Originally posted by @jmcarrascal in https://github.com/arturgontijo/YOLOv3-MNIST/issues/1#issuecomment-544285515

arturgontijo commented 4 years ago

Sorry for the huge delay, @jmcarrascal The pretrained model can't detect numbers without training (hard training btw). The idea of this repo is just to prepare the dataset to be used in the training process. But I gave up on its training because I've ran out of GPU back then, so maybe you could train the model and share your results with us. Thanks!