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

Error #19

Open
pycoder98 opened this issue Aug 28, 2019 · 2 comments
Open

Error #19

pycoder98 opened this issue Aug 28, 2019 · 2 comments

Comments

@pycoder98
Copy link

Error:- -i IMAGE -c CONFIG -w WEIGHTS -cl CLASSES
detect.py: error: the following arguments are required: -i/--image, -c/--config, -w/--weights, -cl/--classes
can you please solve this error

@arunponnusamy
Copy link
Owner

Hey @pycoder98, you are missing some command line arguments while running the script. As shown in the blog post run the script with the below command line arguments

python yolo_opencv.py --image dog.jpg --config yolov3.cfg --weights yolov3.weights --classes yolov3.txt

Make sure the relevant files are present in the current directory. If you are new to command line, have a look at this post.

@adithande
Copy link

The command says python yolo_opencv.py what should be used if you are using .ipynb file?

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

3 participants