Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 719 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 719 Bytes

Face Alignment

This is a demo of detecting and aligning faces in an image. Alignment is a process of rotating a face to a vertically straight orientation, should the original face image is tilted.

Setup:

  1. Run pip install -r requirements.txt
  2. Download and extract shape predictor 68 landmarks at this link.
  3. Place the extracted predictor in the root directory of this project.
  4. Find some images with faces, tiled if possible.

Run:

python app.py \<image input\> \<image output\>
Dependencies: