All Projects → 1adrianb → Face Alignment Training

1adrianb / Face Alignment Training

Licence: other
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.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Face Alignment Training

2d And 3d Face Alignment
This repository implements a demo of 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: ✭ 772 (+507.87%)
Mutual labels:  deeplearning, face-alignment, torch7
Binary Face Alignment
Real time face alignment
Stars: ✭ 145 (+14.17%)
Mutual labels:  face-alignment, torch7
Vrn
👨 Code for "Large Pose 3D Face Reconstruction from a Single Image via Direct Volumetric CNN Regression"
Stars: ✭ 4,391 (+3357.48%)
Mutual labels:  deeplearning, torch7
Lipnet Pytorch
The state-of-art PyTorch implementation of the method described in the paper "LipNet: End-to-End Sentence-level Lipreading" (https://arxiv.org/abs/1611.01599)
Stars: ✭ 104 (-18.11%)
Mutual labels:  deeplearning
Deepcpg
Deep neural networks for predicting CpG methylation
Stars: ✭ 113 (-11.02%)
Mutual labels:  deeplearning
Pyramidnet
Torch implementation of the paper "Deep Pyramidal Residual Networks" (https://arxiv.org/abs/1610.02915).
Stars: ✭ 121 (-4.72%)
Mutual labels:  torch7
Colorization
Automatic line art colorization using various types of hint or without hint
Stars: ✭ 125 (-1.57%)
Mutual labels:  deeplearning
Faceswap
Deepfakes Software For All
Stars: ✭ 39,911 (+31325.98%)
Mutual labels:  deeplearning
Deeplearning Notes
Notes for Deep Learning Specialization Courses led by Andrew Ng.
Stars: ✭ 126 (-0.79%)
Mutual labels:  deeplearning
Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+1127.56%)
Mutual labels:  deeplearning
Monk gui
A Graphical user Interface for deep learning and computer vision over Monk Libraries
Stars: ✭ 120 (-5.51%)
Mutual labels:  deeplearning
All Conv Keras
All Convolutional Network: (https://arxiv.org/abs/1412.6806#) implementation in Keras
Stars: ✭ 115 (-9.45%)
Mutual labels:  deeplearning
Icface
ICface: Interpretable and Controllable Face Reenactment Using GANs
Stars: ✭ 122 (-3.94%)
Mutual labels:  deeplearning
3ddfa v2
The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
Stars: ✭ 1,961 (+1444.09%)
Mutual labels:  face-alignment
Djl Demo
Demo applications showcasing DJL
Stars: ✭ 126 (-0.79%)
Mutual labels:  deeplearning
Facedet
实现常用基于深度学习的人脸检测算法
Stars: ✭ 109 (-14.17%)
Mutual labels:  face-alignment
Echo
Python package containing all custom layers used in Neural Networks (Compatible with PyTorch, TensorFlow and MegEngine)
Stars: ✭ 126 (-0.79%)
Mutual labels:  deeplearning
Hyperlandmark
Deep Learning Based Free Mobile Real-Time Face Landmark Detector. Contact:[email protected]
Stars: ✭ 1,528 (+1103.15%)
Mutual labels:  face-alignment
Clearml Agent
ClearML Agent - ML-Ops made easy. ML-Ops scheduler & orchestration solution
Stars: ✭ 117 (-7.87%)
Mutual labels:  deeplearning
Mdm
A TensorFlow implementation of the Mnemonic Descent Method.
Stars: ✭ 120 (-5.51%)
Mutual labels:  face-alignment

How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)

This is the training code for 2D-FAN and 3D-FAN decribed in "How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)" paper. Please visit our webpage or read bellow for instructions on how to run the code.

Pretrained models are available on our page.

Demo code: https://www.github.com/1adrianb/2D-and-3D-face-alignment

Note: If you are interested in a binarized version, capable of running on devices with limited resources please also check https://github.com/1adrianb/binary-face-alignment for a demo.

Requirments

  • Install the latest Torch7 version (for Windows, please follow the instructions available here)

Packages

Setup

  1. Clone the github repository and install all the dependencies mentiones above.
git  clone https://github.com/1adrianb/face-alignment-training
cd face-alignment-training
  1. Download the 300W-LP dataset from the authors webpage. In order to train on your own data the dataloader.lua file needs to be adapted.

  2. Download the 300W-LP annotations converted to t7 format from here, extract it and move the landmarks folder to the root of the 300W-LP dataset.

Usage

In order to run the demo please download the required models available bellow and the associated data.

th main.lua -data path_to_300W_LP_dataset

In order to see all the available options please run:

th main.lua --help

Citation

@inproceedings{bulat2017far,
  title={How far are we from solving the 2D \& 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)},
  author={Bulat, Adrian and Tzimiropoulos, Georgios},
  booktitle={International Conference on Computer Vision},
  year={2017}
}

Acknowledgements

This pipeline is build around the ImageNet training code avaialable at https://github.com/facebook/fb.resnet.torch and HourGlass(HG) code available at https://github.com/anewell/pose-hg-train

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