Amazing and easy face landmarks detector with dlib library.
In this we will find the facial landmarks, such as eyes, nose, mouth, ears, jaw-line using the popular dlib library
for further information checkout my blog: Facial landmarks with dlib, OpenCV, and Python.
68 coordinates are detected for the given face by the face detector. The image is shown below.
![Face landmarks coordinates image]
dlib, cv, imutils
https://sites.google.com/view/geeky-traveller/computer-vision/facial-landmarks-detection
Download the detector model here
You also need shape detector, you can download it by
wget http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
python facial_landmarks_mine.py --shape-predictor shape_predictor_68_face_landmarks.dat --image images/example_01.jpg
$ python facial_landmarks.py --shape-predictor shape_predictor_68_face_landmarks.dat --image <imagefilename>
If you wish to output individual detections for facial landmarks (mouth, eyes, nose, jaw, left and right eyebrows):
$ python facial_landmarks.py --shape-predictor shape_predictor_68_face_landmarks.dat --image <imagefilename> --draw
The results are awesome. We can see pretty accurate face landmark detections.
Example input 1 Example output 1
Example input 2 Example output 2
To learn more about these Resources you can Refer to some of these articles written by Me:-
https://sites.google.com/view/geeky-traveller/computer-vision/facial-landmarks-detection
if you use this repo in your project don't forget to mention us as Contributer in it . And Don't forget to tag us Linkedin, instagram, facebook , twitter, Github
============================================================================
I am a Machine Learning enthusiast, an Actions on Google Developer, Internet of things, Alexa Skills, and Image processing developer. I have a keen interest in Image processing and Andriod development. I am Currently studying at Chandigarh University, Punjab.
My PortFolio You can find me at:- Linkedin or Github .
Email: [email protected]
Download THE VAIBHAV HARIRAMANI APP
The Vaibhav Hariramani App (Latest Version)
Download THE VAIBHAV HARIRAMANI APP consist of Tutorials,Projects,Blogs and Vlogs of our Site developed Using Android Studio with Web View try installing it in your android device.
Happy coding ❤️ .