Skip to content

Face Landmarks Detection and Extraction with Dlib, OpenCV, and Python.

Notifications You must be signed in to change notification settings

MortezaNedaei/Facial-Landmarks-Detection

Repository files navigation

Facial-Landmarks-Detection

Detect and Extract facial landmarks (eyes, nose, lips, and jaw) with dlib, OpenCV, and Python.

This sample based on the following blog along some changes for extract face regions in related files:

https://www.pyimagesearch.com/2017/04/10/detect-eyes-nose-lips-jaw-dlib-opencv-python

Contributing Bug reports

Please search the existing issues for your bug and create a new one if the issue is not yet tracked!

https://github.com/MortezaNedaei/Facial-Landmarks-Detection/issues

Requirements

Python 3.9

OpenCV 4.5.3.56

Dlib 19.22.1

Numpy

Imutils