All Projects → zhucebuliaolongchuan → avatar-facial-landmark-detection

zhucebuliaolongchuan / avatar-facial-landmark-detection

Licence: MIT license
A method about optimizing the facial landmark detection based on Kalman Filter, Optical Flow and Dlib

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to avatar-facial-landmark-detection

Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (-65.52%)
Mutual labels:  optical-flow, kalman-filter
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (+21.84%)
Mutual labels:  face-recognition, dlib
Go Face
🔍 Face recognition with Go
Stars: ✭ 650 (+647.13%)
Mutual labels:  face-recognition, dlib
ofFaceRecognition
simple example face recognition with deep metric learning to dlib
Stars: ✭ 20 (-77.01%)
Mutual labels:  face-recognition, dlib
Facerecognition
Nextcloud app that implement a basic facial recognition system.
Stars: ✭ 226 (+159.77%)
Mutual labels:  face-recognition, dlib
Get Me Through
A Free, Offline, Real-Time, Open-source web-app to assist organisers of any event in allowing only authorised/invited people using Face-Recognition Technology or QR Code.
Stars: ✭ 255 (+193.1%)
Mutual labels:  face-recognition, dlib
Deepface
A Lightweight Deep Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Framework for Python
Stars: ✭ 1,150 (+1221.84%)
Mutual labels:  face-recognition, dlib
Dlib face recognition from camera
Detect and recognize the faces from camera / 调用摄像头进行人脸识别,支持多张人脸同时识别
Stars: ✭ 719 (+726.44%)
Mutual labels:  face-recognition, dlib
Face recognition py
基于OpenCV的视频人脸识别
Stars: ✭ 215 (+147.13%)
Mutual labels:  face-recognition, dlib
Attendance Using Face
Face-recognition using Siamese network
Stars: ✭ 174 (+100%)
Mutual labels:  face-recognition, dlib
vision-based estimations
Vision-based Robot 3D Pose and Velocities Estimations
Stars: ✭ 32 (-63.22%)
Mutual labels:  optical-flow, kalman-filter
face-rec-tools
Media library face recognition tools
Stars: ✭ 14 (-83.91%)
Mutual labels:  face-recognition, dlib
facenet-darknet-inference
Face recognition using facenet
Stars: ✭ 29 (-66.67%)
Mutual labels:  face-recognition, dlib
Libfaceid
libfaceid is a research framework for prototyping of face recognition solutions. It seamlessly integrates multiple detection, recognition and liveness models w/ speech synthesis and speech recognition.
Stars: ✭ 354 (+306.9%)
Mutual labels:  face-recognition, dlib
Computer-Vision
Cool Vision projects
Stars: ✭ 51 (-41.38%)
Mutual labels:  optical-flow, kalman-filter
Dlib Face Recognition Android
Android app to demo dlib face recognition
Stars: ✭ 115 (+32.18%)
Mutual labels:  face-recognition, 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 (-34.48%)
Mutual labels:  face-recognition, 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 (-80.46%)
Mutual labels:  face-recognition, dlib
Face-Recognition
Machine Learning project to recognise faces from an Image just like facebook or video stream
Stars: ✭ 95 (+9.2%)
Mutual labels:  face-recognition
tryonface
Simple video-based eyewear virtual try on
Stars: ✭ 57 (-34.48%)
Mutual labels:  face-recognition

Introduction

This repo generally shows the example usages about utilizing Kalman Filter on facial landmark detection based on dlib. It also reveals an idea about optimizing the correctness of facial landmark detection from dlib based on a combined method of Kalman Filter, Optical Flow and dlib.

Demo Link

The following link shows the results from face_landmark_detection_dlib_of_kf_mixed.cpp

https://www.youtube.com/watch?v=x1vGY6HgRHw

Dependencies

  • OpenCV (>=2.4.3)
  • dlib

Usage

Compile

$ mkdir build
$ cd build
$ cmake .. -DUSE_AVX_INSTRUCTIONS=1
$ make -j8

Run

$ ./face_landmark_detection
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].