All Projects → Luca96 → dlib-minified-models

Luca96 / dlib-minified-models

Licence: Apache-2.0 license
A set of minified (but still accurate) models for Dlib

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dlib-minified-models

android-face-landmarks
Android app that localizes facial landmarks in nearly real-time
Stars: ✭ 62 (+1.64%)
Mutual labels:  dlib, shape-predictor
Facial-Landmark-Detection
Facial Landmark Detection Framework
Stars: ✭ 33 (-45.9%)
Mutual labels:  dlib, landmark-detection
Fatigue-Detection
Eye state classification using OpenCV and DLib to estimate Percentage Eye Closure (PERCLOS) and alert a drowsy person (such as a driver).
Stars: ✭ 46 (-24.59%)
Mutual labels:  dlib, landmark-detection
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (+270.49%)
Mutual labels:  dlib
bob
Bob is a free signal-processing and machine learning toolbox originally developed by the Biometrics group at Idiap Research Institute, in Switzerland. - Mirrored from https://gitlab.idiap.ch/bob/bob
Stars: ✭ 38 (-37.7%)
Mutual labels:  landmark-detection
tianchi-fashionai
FashionAI全球挑战赛——服饰关键点定位
Stars: ✭ 21 (-65.57%)
Mutual labels:  landmark-detection
Deep-MVLM
A tool for precisely placing 3D landmarks on 3D facial scans based on the paper "Multi-view Consensus CNN for 3D Facial Landmark Placement"
Stars: ✭ 71 (+16.39%)
Mutual labels:  landmark-detection
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (+252.46%)
Mutual labels:  dlib
PSGAN-NCNN
PSGAN running with ncnn⚡妆容迁移/仿妆⚡Imitation Makeup/Makeup Transfer⚡
Stars: ✭ 140 (+129.51%)
Mutual labels:  dlib
Face-Recognition-Attendance-System
A simple python script that recognises faces and mark attendance for the recognised faces in an excel sheet.
Stars: ✭ 57 (-6.56%)
Mutual labels:  dlib
YOLO Universal Anatomical Landmark Detection
[MICCAI 2021] You Only Learn Once: Universal Anatomical Landmark Detection https://arxiv.org/abs/2103.04657
Stars: ✭ 40 (-34.43%)
Mutual labels:  landmark-detection
fluidAR
augmented reality boilerplate app for iOS (powered by OpenCV and DLIB)
Stars: ✭ 16 (-73.77%)
Mutual labels:  dlib
deep alignment network pytorch
PyTorch Implementation of the Deep Alignment Network
Stars: ✭ 37 (-39.34%)
Mutual labels:  landmark-detection
Add Christmas Hat
Add Christmas hat on one's head based on OpneCV and Dlib
Stars: ✭ 251 (+311.48%)
Mutual labels:  dlib
latent-pose-reenactment
The authors' implementation of the "Neural Head Reenactment with Latent Pose Descriptors" (CVPR 2020) paper.
Stars: ✭ 132 (+116.39%)
Mutual labels:  landmark-detection
Thug Memes
Command line Thug Meme generator written in Python
Stars: ✭ 224 (+267.21%)
Mutual labels:  dlib
Landmark Detection Robot Tracking SLAM-
Simultaneous Localization and Mapping(SLAM) also gives you a way to track the location of a robot in the world in real-time and identify the locations of landmarks such as buildings, trees, rocks, and other world features.
Stars: ✭ 14 (-77.05%)
Mutual labels:  landmark-detection
ofxDlib
An openFrameworks wrapper for dlib. http://dlib.net/
Stars: ✭ 52 (-14.75%)
Mutual labels:  dlib
dlib
Dynamic loading library for C/C++
Stars: ✭ 19 (-68.85%)
Mutual labels:  dlib
T System
the moving objects tracking system via two axis camera motion (and as optionally n joint robotic arm) for raspberry pi distributions
Stars: ✭ 17 (-72.13%)
Mutual labels:  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].