Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/habout632/face_aligner
face alignment
https://github.com/habout632/face_aligner
Last synced: 13 days ago
JSON representation
face alignment
- Host: GitHub
- URL: https://github.com/habout632/face_aligner
- Owner: habout632
- Created: 2020-04-24T03:53:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T03:56:34.000Z (almost 5 years ago)
- Last Synced: 2024-11-30T10:32:09.408Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2).
3. Place the extracted predictor in the root directory of this project.
4. Find some images with faces, tiled if possible.#### Run:
```bash
python app.py \ \
```##### Dependencies:
- [dlib](http://dlib.net/)
- [opencv-python](http://docs.opencv.org/3.0-beta/doc/py_tutorials/py_tutorials.html)