All Projects → zhzhanp → Tcdcn Face Alignment

zhzhanp / Tcdcn Face Alignment

Matlab implementation of facial landmark detection by deep multi-task learning

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Tcdcn Face Alignment

Retinadetector
基于RetinaFace的目标检测方法,适用于人脸、缺陷、小目标、行人等
Stars: ✭ 73 (-66.51%)
Mutual labels:  face-alignment
Mdm
A TensorFlow implementation of the Mnemonic Descent Method.
Stars: ✭ 120 (-44.95%)
Mutual labels:  face-alignment
Stylealign
[ICCV 2019]Aggregation via Separation: Boosting Facial Landmark Detector with Semi-Supervised Style Transition
Stars: ✭ 172 (-21.1%)
Mutual labels:  face-alignment
Pyseeta
python api for SeetaFaceEngine(https://github.com/seetaface/SeetaFaceEngine.git)
Stars: ✭ 93 (-57.34%)
Mutual labels:  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 (+864.68%)
Mutual labels:  face-alignment
Deep Face Alignment
The MXNet Implementation of Stacked Hourglass and Stacked SAT for Robust 2D and 3D Face Alignment
Stars: ✭ 134 (-38.53%)
Mutual labels:  face-alignment
Facekit
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
Stars: ✭ 1,028 (+371.56%)
Mutual labels:  face-alignment
Face Dataset
Face related datasets
Stars: ✭ 204 (-6.42%)
Mutual labels:  face-alignment
Hyperlandmark
Deep Learning Based Free Mobile Real-Time Face Landmark Detector. Contact:[email protected]
Stars: ✭ 1,528 (+600.92%)
Mutual labels:  face-alignment
Prnet pytorch
Training & Inference Code of PRNet in PyTorch 1.1.0
Stars: ✭ 149 (-31.65%)
Mutual labels:  face-alignment
Deep Alignment Network Tensorflow
A re-implementation of Deep-Alignment-Network using TensorFlow
Stars: ✭ 107 (-50.92%)
Mutual labels:  face-alignment
3ddfa v2
The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
Stars: ✭ 1,961 (+799.54%)
Mutual labels:  face-alignment
Binary Face Alignment
Real time face alignment
Stars: ✭ 145 (-33.49%)
Mutual labels:  face-alignment
Insightface
State-of-the-art 2D and 3D Face Analysis Project
Stars: ✭ 10,886 (+4893.58%)
Mutual labels:  face-alignment
Face Alignment Mobilenet V2
Face Alignment by Mobilenetv2
Stars: ✭ 184 (-15.6%)
Mutual labels:  face-alignment
Dense Head Pose Estimation
[ECCV 2020] Reimplementation of 3DDFAv2, including face mesh, head pose, landmarks, and more.
Stars: ✭ 59 (-72.94%)
Mutual labels:  face-alignment
Face Alignment Training
Training code for the networks described in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper.
Stars: ✭ 127 (-41.74%)
Mutual labels:  face-alignment
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+1147.25%)
Mutual labels:  face-alignment
Tf flame
Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.
Stars: ✭ 193 (-11.47%)
Mutual labels:  face-alignment
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (-32.57%)
Mutual labels:  face-alignment

TCDCN face alignment tool

Matlab implementation of facial landmark detection by deep multi-task learning.

For a Win32 binary version (faster), please go to: http://mmlab.ie.cuhk.edu.hk/projects/TCDCN.html

Face alignment requires the bounding box from an external face detector. You may find a useful one from here: https://github.com/kpzhang93/MTCNN_face_detection_alignment.git

The provided tool is a re-implementation of the papers:

[1] Zhanpeng Zhang, Ping Luo, Chen Change Loy, Xiaoou Tang. Facial Landmark Detection by Deep Multi-task Learning, in Proceedings of European Conference on Computer Vision (ECCV), 2014

[2] Zhanpeng Zhang, Ping Luo, Chen Change Loy, Xiaoou Tang. Learning Deep Representation for Face Alignment
with Auxiliary Attributes. to appear in IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI).

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