Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

couldn't open file: cfg/coco.data #25

Open
billqu01 opened this issue Nov 24, 2020 · 1 comment
Open

couldn't open file: cfg/coco.data #25

billqu01 opened this issue Nov 24, 2020 · 1 comment

Comments

@billqu01
Copy link

I have pass building.
when I run,
./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg
system notify
couldn't open file: cfg/coco.data
How should I do?
Thank you very much.

@dtlam26
Copy link

dtlam26 commented Nov 25, 2020

You should also check whether the cfg/coco.data exists in your folder or not. If no, try to create it
The detect command is shorthand for a more general version of the command. It is equivalent to the command:

./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights data/dog.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants