Skip to content

shravankumar147/Facial-Landmark-Detection

Repository files navigation

Facial Landmark Detection

Overview

In this demo we will find the facial landmarks, such as eyes, nose, mouth, ears, jaw-line using the popular dlib library

Alt

Dependencies

pip install -r requirements.txt

You also need shape detector, you can download it by

wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2

Usage

python facelandmarkdetect.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/face1.jpg

Results

Alt

Reference

One Millisecond Face Alignment with an Ensemble of Regression Trees, Kazemi and Sullivan (2014).

Credits: My Guru: Adrian Rosebrock

Releases

No releases published

Packages

No packages published

Languages