项目作者: JeeveshN

项目描述 :
A Python based tool to extract faces from any picture.
高级语言: Python
项目地址: git://github.com/JeeveshN/Face-Detect.git
创建时间: 2016-07-04T13:28:51Z
项目社区:https://github.com/JeeveshN/Face-Detect

开源协议:MIT License

下载


Face-Extractor

A Python tool that can extract Faces from Images.

I also built a similar tool capable of Facial recognition.

Installations

  1. virtualenv venv
  2. source venv/bin/activate
  3. pip install opencv-python

Usage:

  1. git clone https://github.com/JeeveshN/Face-Detect.git
  2. cd Face-Detect
  3. 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