Skip to content

Commit

Permalink
Readme file is added
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu1710 committed Aug 1, 2020
1 parent 071f644 commit 61425f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Face detection with ML and Open CV

In order to build face recognition software, we have to use the built-in Haar cascade classifiers in OpenCV. Luckily these classifiers have already been pre-trained to recognize faces!

*images/* folder has several images for face detection.

One can modify *scaleFactor* and *minNeighbors* parameters to fine tune the face detection technique.

run the command to test it

python detect_faces.py --face cascades/haarcascade_frontalface_default.xml --image images/obama.png

0 comments on commit 61425f2

Please sign in to comment.