Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.64 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.64 KB

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