All Projects → goodluckcwl → Face-alignment-Trees

goodluckcwl / Face-alignment-Trees

Licence: other
This is the C++ implement of the paper: Face Detection, Pose Estimation, and Landmark Localization in the Wild

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Face-alignment-Trees

Face
I have published my face related codes in this repository
Stars: ✭ 53 (+211.76%)
Mutual labels:  face-detection, face-alignment
Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+12270.59%)
Mutual labels:  face-detection, face-alignment
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+63935.29%)
Mutual labels:  face-detection, face-alignment
Openvtuber
虚拟爱抖露(アイドル)共享计划, 是基于单目RGB摄像头的人眼与人脸特征点检测算法, 在实时3D面部捕捉以及模型驱动领域的应用.
Stars: ✭ 365 (+2047.06%)
Mutual labels:  face-detection, face-alignment
Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+1317.65%)
Mutual labels:  face-detection, face-alignment
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+5947.06%)
Mutual labels:  face-detection, face-alignment
Deepgaze
Computer Vision library for human-computer interaction. It implements Head Pose and Gaze Direction Estimation Using Convolutional Neural Networks, Skin Detection through Backprojection, Motion Detection and Tracking, Saliency Map.
Stars: ✭ 1,552 (+9029.41%)
Mutual labels:  face-detection, head-pose-estimation
retinaface
RetinaFace: Deep Face Detection Library for Python
Stars: ✭ 242 (+1323.53%)
Mutual labels:  face-detection, face-alignment
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+15894.12%)
Mutual labels:  face-detection, face-alignment
Face Dataset
Face related datasets
Stars: ✭ 204 (+1100%)
Mutual labels:  face-detection, face-alignment
Face Alignment
🔥 2D and 3D Face alignment library build using pytorch
Stars: ✭ 5,417 (+31764.71%)
Mutual labels:  face-detection, face-alignment
Awesome Face recognition
papers about Face Detection; Face Alignment; Face Recognition && Face Identification && Face Verification && Face Representation; Face Reconstruction; Face Tracking; Face Super-Resolution && Face Deblurring; Face Generation && Face Synthesis; Face Transfer; Face Anti-Spoofing; Face Retrieval;
Stars: ✭ 3,220 (+18841.18%)
Mutual labels:  face-detection, face-alignment
gaze-estimation-with-laser-sparking
Deep learning based gaze estimation demo with a fun feature :-)
Stars: ✭ 32 (+88.24%)
Mutual labels:  face-detection, head-pose-estimation
Retinadetector
基于RetinaFace的目标检测方法,适用于人脸、缺陷、小目标、行人等
Stars: ✭ 73 (+329.41%)
Mutual labels:  face-detection, face-alignment
iqiyi-vid-challenge
Code for IQIYI-VID(IQIYI Video Person Identification) Challenge Implemented in Python and MXNet
Stars: ✭ 45 (+164.71%)
Mutual labels:  face-detection, face-alignment
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (+447.06%)
Mutual labels:  face-detection, face-alignment
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (+88.24%)
Mutual labels:  face-detection, face-alignment
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (+217.65%)
Mutual labels:  face-detection, face-alignment
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (+764.71%)
Mutual labels:  face-detection, face-alignment
Img2pose
The official PyTorch implementation of img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation - CVPR 2021
Stars: ✭ 247 (+1352.94%)
Mutual labels:  face-detection, face-alignment

Face-alignment-Trees

This is the C++ implement of the paper: Face Detection, Pose Estimation, and Landmark Localization in the Wild

I write this c++ code to speed up the original version. However, it still needs lots of time to process a single image. You can adjust some parameter setting but it don't improve the runtime performance a lot in fact. Maybe you should take advantage of other methods instead. Here is the test result:

The original matlab version can be found in http://www.ics.uci.edu/~xzhu/face/

Details

I have converted the original model provided by the author to xml format. See 'data/face_p146_small2.xml' for details.

Dependency

  • OpenCV

Run

For windows, you should use visual studio to build this project. For unix like system, you can use cmake or just write a Makefile to build the project. I don't include the CMakeLists.txt or Makefile in this project because I build it on windows. It should work on unix too. Just take a minute to write a CMakeLists.

Reference

@inproceedings{zhu2012face,
title={Face detection, pose estimation, and landmark localization in the wild},
author={Zhu, Xiangxin and Ramanan, Deva},
booktitle={Computer Vision and Pattern Recognition (CVPR), 2012 IEEE Conference on},
pages={2879--2886},
year={2012},
organization={IEEE}
}

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].