Human-detection-and-Tracking icon indicating copy to clipboard operation
Human-detection-and-Tracking copied to clipboard

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

Open ssbilakeri opened this issue 5 years ago • 2 comments

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 avatar Feb 17 '20 04:02 ssbilakeri

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

ssbilakeri avatar Feb 17 '20 05:02 ssbilakeri

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

miimi-o avatar Mar 30 '21 16:03 miimi-o