dlib-minified-models icon indicating copy to clipboard operation
dlib-minified-models copied to clipboard

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

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.