Skip to content

Detect face crutial points. We can use these points for adding objects relative to it.

License

Notifications You must be signed in to change notification settings

akashkmr27089/Face-Landmark-Detection

Repository files navigation

Face-Landmark-Detection

Detect face crutial points. We can use these points for adding objects relative to it.

**Source : Google Images **

Environment Setup *conda create -n myenv python=3.6

Requirement:

$ pip install opencv-python
$ pip install dlib
$ pip install numpy

For Anaconda Environment:

$ conda install -c menpo dlib
$ conda install -c conda-forge imutils
$ conda install -c anaconda numpy
$ conda install -c anaconda opencv

Dlib requires python 3.6

Pretrained Weights available at *https://github.com/italojs/facial-landmarks-recognition/blob/master/shape_predictor_68_face_landmarks.dat

Special Thanks to:

About

Detect face crutial points. We can use these points for adding objects relative to it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages