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

base) C:\Users\ssbilakeri\Human-detection-and-Tracking-master>python create_face_model.py usage: create_face_model.py [-h] -i IMAGES create_face_model.py: error: the following arguments are required: -i/--images how to fix this error #46

Open
ssbilakeri opened this issue Feb 17, 2020 · 2 comments

Comments

@ssbilakeri
Copy link

Issues should contain the following details which increases the probability of it get resolved quickly

  • Exact error or Issue details
  • OpenCV Version
  • Python Version
  • Operating System
  • Changes done, if any in the original code
@ssbilakeri ssbilakeri changed the title base) C:\Users\ssbilakeri\Human-detection-and-Tracking-master>python create_face_model.py usage: create_face_model.py [-h] -i IMAGES create_face_model.py: error: the following arguments are required: -i/--images base) C:\Users\ssbilakeri\Human-detection-and-Tracking-master>python create_face_model.py usage: create_face_model.py [-h] -i IMAGES create_face_model.py: error: the following arguments are required: -i/--images how to fix this error Feb 17, 2020
@ssbilakeri
Copy link
Author

Exact error or Issue details
create_face_model.py: error: the following arguments are required: -i/--images
OpenCV Version 4.2.0'
Python Version Python 3.7.4
Operating System windows10

@miimi-o
Copy link

miimi-o commented Mar 30, 2021

you have to specify the path to the images with -i :
python create_face_model.py -i /path/to/images

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