Skip to content

humandotlearning/face-landmark-detection-and-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-landmark-detection-and-alignment

this implements face landmark detection and alignment code

download the face landmark model from: https://github.com/davisking/dlib-models/raw/master/shape_predictor_68_face_landmarks.dat.bz2 and place the extracted file inside models

run commands:

pip install -r requirements.txt
python main.py

Note: checkout config.py to finetune some parameters

OUTPUT:

face landmark

face landmark

face aligned

face aligned

References:

  1. face-alignment-with-opencv-and-python
  2. facial-landmarks-dlib-opencv-python

About

this implements face landmark detection and alignment code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages