Human-detection-and-Tracking
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
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
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
you have to specify the path to the images with -i : python create_face_model.py -i /path/to/images