Skip to content

YakshThakar/Facial-Landmark-using-dlib

Repository files navigation

Facial-Landmark-using-dlib

This method puts landmark on face so that we can easily track the feature of face using dlib. Download Shape Tracker file Using This Link: "TensorFace/openface/models/dlib/shape_predictor_68_face_landmarks.dat" after That put that file into current path in code line 7 : predictor_path= "shape_predictor_68_face_landmarks.dat" it also works for multiple detected faces and also put 68 points to every face. Thats work fine.!!

Releases

No releases published

Packages

No packages published

Languages