Reputation: 13
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
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