pjreddie / darknet

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

Darknet doesn't save result image #2596

Open kisadizs opened 1 year ago

kisadizs commented 1 year ago

Hi!

I am using darknet for object detection. I trained it on my own dataset, and trying it out. When i first tried it out, i got a result.jpg in the main directory. But since then whenever i run my command, i dont get one. What could be the problem?

The command i am using on windows: darknet detect invoice_recognizer/invoice.cfg invoice_recognizer/invoice_last_best.weights invoice_recognizer/atest.jpg

I get an output with the predictions, but no image.

Thank you in advance!

Pratham-Bot commented 1 year ago

Maybe the file gets removed whenever you run the command. What you can try is this. Specify the filename with an argument at the end of the command. That should help.

kisadizs commented 1 year ago

Hi!

Thanks for the answear, unfortunately it did not help. Is it possible that something went wrong while building?