Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 445 Bytes

Python-Face-Detection

Face Detection using Python OpenCV module with Harr Cascades models for frontal face

Main program takes 2 different arguments but can't have both at the same time,

--video <Video_file_path>

--stream (tested using IP camera on android phones) if no arguments is given, program will use your machine default webcam

To run : python Python-Face-Detection.py

Help : python Python-Face-Detection.py --help