sakshi
sakshi

Reputation: 13

Facial landmarks detection using Dlib

How to install Dlib library and use it in python code for facial landmarks or key points detection in an image?

How Dlib works?

Upvotes: 0

Views: 691

Answers (1)

mrphoenix13
mrphoenix13

Reputation: 729

install it via pip. pip install dlib would do that. And this is an example of using dlib to extract face landmarks

Upvotes: 1

Related Questions