Skip to content

Real time facial landmark detector using Python and Dlib face detector

License

Notifications You must be signed in to change notification settings

Urviagrawal/Facial-Landmark-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial-Landmark-Detector

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

Dependencies

  1. Dlib.
  2. Numpy.

Setup

Clone or download the github repository

Usage

  1. Create a folder name result to store detected landmarks.
  2. Run faciallandmarkdetector.py
  3. 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.

About

Real time facial landmark detector using Python and Dlib face detector

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages