This is Facial landmark detector repo using Dlib face detector. This repo provides a very simple yet accurate facial landmark detection in real time.
Note:For more detailed information and Theory of landmark detection please find the .pdf file from thr provided link, https://drive.google.com/open?id=1HGskz5hy-7K4n4M3ofgQ8eKyypztiksY
- Dlib.
- Numpy.
Clone or download the github repository
- Create a folder name result to store detected landmarks.
- Run faciallandmarkdetector.py
- Download shape_predictor_68_face_landmark.dat (pretrained on 68 points landmark) file from google drive link provided, https://drive.google.com/open?id=11YEj1d9nec9b9a2GglCSFMTOaBwsXKlF
Note: The codes are self explanatory, still some doubts feel free to raise up an issue.
*shape_predictor_68_face_landmark.dat is a pretrained model from https://github.com/davisking/dlib-models
Thank you.