Skip to content

Files

Latest commit

 

History

History

detect_align_faces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Detect and align faces

This algorithm can detect the faces from picture and then align them.

Requirement

Dowload model parameters:

You should dowload the model parameters from dlib, decompress and move to ./dat

Installation:

$ pip install -r requirements.txt

Usage

$ python3 main.py [pic1, pic2...]

After the script finished, you will get some faces picture in the same directory.