All Projects → HongwenZhang → ECT-FaceAlignment

HongwenZhang / ECT-FaceAlignment

Licence: other
[TIFS 2018] Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection

Programming Languages

Jupyter Notebook
11667 projects
C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
Roff
2310 projects
Cuda
1817 projects
CMake
9771 projects

Projects that are alternatives of or similar to ECT-FaceAlignment

Binary Face Alignment
Real time face alignment
Stars: ✭ 145 (+417.86%)
Mutual labels:  face-alignment
Tcdcn Face Alignment
Matlab implementation of facial landmark detection by deep multi-task learning
Stars: ✭ 218 (+678.57%)
Mutual labels:  face-alignment
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. 🎉
Stars: ✭ 21 (-25%)
Mutual labels:  face-alignment
Prnet pytorch
Training & Inference Code of PRNet in PyTorch 1.1.0
Stars: ✭ 149 (+432.14%)
Mutual labels:  face-alignment
Face Dataset
Face related datasets
Stars: ✭ 204 (+628.57%)
Mutual labels:  face-alignment
Img2pose
The official PyTorch implementation of img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation - CVPR 2021
Stars: ✭ 247 (+782.14%)
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 (+353.57%)
Mutual labels:  face-alignment
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+89.29%)
Mutual labels:  face-alignment
Face.evolve.pytorch
🔥🔥High-Performance Face Recognition Library on PaddlePaddle & PyTorch🔥🔥
Stars: ✭ 2,719 (+9610.71%)
Mutual labels:  face-alignment
SADRNet
[TIP 2021] SADRNet: Self-Aligned Dual Face Regression Networks for Robust 3D Dense Face Alignment and Reconstruction
Stars: ✭ 101 (+260.71%)
Mutual labels:  face-alignment
Stylealign
[ICCV 2019]Aggregation via Separation: Boosting Facial Landmark Detector with Semi-Supervised Style Transition
Stars: ✭ 172 (+514.29%)
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 (+589.29%)
Mutual labels:  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 (+11400%)
Mutual labels:  face-alignment
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (+425%)
Mutual labels:  face-alignment
deep alignment network pytorch
PyTorch Implementation of the Deep Alignment Network
Stars: ✭ 37 (+32.14%)
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 (+378.57%)
Mutual labels:  face-alignment
Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+760.71%)
Mutual labels:  face-alignment
SupervisedDescentMethod
No description or website provided.
Stars: ✭ 19 (-32.14%)
Mutual labels:  face-alignment
LUVLi
[CVPR 2020] Re-hosting of the LUVLi Face Alignment codebase. Please download the codebase from the original MERL website by agreeing to all terms and conditions. By using this code, you agree to MERL's research-only licensing terms.
Stars: ✭ 24 (-14.29%)
Mutual labels:  face-alignment
face-datasets
Some handy scripts for processing face datasets
Stars: ✭ 19 (-32.14%)
Mutual labels:  face-alignment

Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection

This is the demo code for the ECT approach described in Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection.

ECT

Requirements

  • python 2.7

Instructions

You may need to compile the caffe firstly before you run the demo code. The pre-trained caffemodel could be downloaded from here.

cd caffe/python
for req in $(cat requirements.txt); do pip install $req; done
cd ..
make all
make pycaffe
cd ..
cd landmark_detection
python run_demo.py --imgDir path/to/you/testing/images --model path/to/the/pretrained/caffemodel --verbose True

Citation

If this work is helpful in your research, please cite the following paper.

@article{zhang2018combining,
  title={Combining data-driven and model-driven methods for robust facial landmark detection},
  author={Zhang, Hongwen and Li, Qi and Sun, Zhenan and Liu, Yunfan},
  journal={IEEE Transactions on Information Forensics and Security},
  volume={13},
  number={10},
  pages={2409--2422},
  year={2018},
  publisher={IEEE}
}

Acknowledgment

The code is developed upon Caffe-heatmap, Menpo, and Menpofit. Thanks to the original authors.

ECT was extended to detect facial landmarks on artistic portraits by Yaniv et al. Have a look at their code here. The Face Of Art

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