pjreddie / darknet

Convolutional Neural Networks

Home Page:http://pjreddie.com/darknet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darknet doesn't save result image

kisadizs opened this issue · comments

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!

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.

Hi!

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