Skip to content

Files

Latest commit

79be410 · Sep 16, 2019

History

History
This branch is 572 commits behind x4nth055/pythoncode-tutorials:master.

face_detection

To run this:

  • pip3 install -r requirements.txt
  • If you want to detect faces in a sample image like kids.jpg, run face_detection.py script that generated another image kids_detected.jpg which contains rectangles around detected faces.
  • If you want to detect faces in your live cam, run live_face_detection.py