The Haar Cascade Algorithm used to identify faces in an image or a real time video.
This command runs the model on a single image, and output the image with face detected.
# OpenCV must be installed.
python main.py --image path_to_image_file
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Haar Cascade Algorithm used to identify faces in an image or a real time video.
This command runs the model on a single image, and output the image with face detected.
# OpenCV must be installed.
python main.py --image path_to_image_file