Skip to content

Luca96/dlib-minified-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dlib Minified Models

A set of minified (but still accurate) models for the Dlib library.

These models are particularly suitable for mobile application thanks to the reduced size of the models, and the increased inference speed.

List of available models, by category:

  • face_landmarks: contains models to detect various sets of facial landmarks.
    • FL68: full face 68 landmarks; more efficient version of the Dlib detector.
    • EE22: 22 landmarks of eyes and eyebrows.
    • NM30: 30 landmarks of nose and mouth.
    • FC17: 17 landmarks of the face contour.
    • WFLW98: 98 landmarks, full face, trained on the WLFW dataset.

Contributing

See the contributions guidelines.

Releases

No releases published

Packages

No packages published

Languages