Back to Python Mini Projects

Detect and align faces

projects/detect_align_faces/README.md

latest501 B
Original Source

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:

shell
$ pip install -r requirements.txt

Usage

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

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