Skip to content

Files

Latest commit

d50d449 · Jul 6, 2020

History

History
33 lines (25 loc) · 837 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 837 Bytes

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: