JeeveshN/Face-Detect
A Python based tool to extract faces from any picture.
repo name | JeeveshN/Face-Detect |
repo link | https://github.com/JeeveshN/Face-Detect |
homepage | |
language | Python |
size (curr.) | 551 kB |
stars (curr.) | 136 |
created | 2016-07-04 |
license | MIT License |
Face-Extractor
A Python tool that can extract Faces from Images.
I also built a similar tool capable of Facial recognition.
Installations
sudo apt-get install python-opencv
Usage:
python Detect_face.py "Image path or just name if in same folder"
Demo:
Command
Detected Faces
The Extracted Images
Note:If some faces are not detected try reducing the value of scalefactor in Detect_face.py on Line 20