Learning Python and writing some facial recognition at the same time.
TODO
- Create a
data
folder. - Add a sample video named
sample_video.MOV
to thedata
folder. - Add a sample image named
sample_image.jpg
to thedata
folder. This should be a person that is in the sample video. - Open a Terminal and une the command
python3 face_detector.py
for the webcam face detector. - Open a Terminal and une the command
python3 face_detector_video.py
for detecting a specific person in a video.