All Projects β†’ wanglin193 β†’ SupervisedDescentMethod

wanglin193 / SupervisedDescentMethod

Licence: other
No description or website provided.

Programming Languages

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

Projects that are alternatives of or similar to SupervisedDescentMethod

Deep Face Alignment
The MXNet Implementation of Stacked Hourglass and Stacked SAT for Robust 2D and 3D Face Alignment
Stars: ✭ 134 (+605.26%)
Mutual labels:  face-alignment
Face.evolve.pytorch
πŸ”₯πŸ”₯High-Performance Face Recognition Library on PaddlePaddle & PyTorchπŸ”₯πŸ”₯
Stars: ✭ 2,719 (+14210.53%)
Mutual labels:  face-alignment
SADRNet
[TIP 2021] SADRNet: Self-Aligned Dual Face Regression Networks for Robust 3D Dense Face Alignment and Reconstruction
Stars: ✭ 101 (+431.58%)
Mutual labels:  face-alignment
Deep Face Recognition
One-shot Learning and deep face recognition notebooks and workshop materials
Stars: ✭ 147 (+673.68%)
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 (+915.79%)
Mutual labels:  face-alignment
Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+1168.42%)
Mutual labels:  face-alignment
Mdm
A TensorFlow implementation of the Mnemonic Descent Method.
Stars: ✭ 120 (+531.58%)
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 (+26.32%)
Mutual labels:  face-alignment
Face Dataset
Face related datasets
Stars: ✭ 204 (+973.68%)
Mutual labels:  face-alignment
face-datasets
Some handy scripts for processing face datasets
Stars: ✭ 19 (+0%)
Mutual labels:  face-alignment
Prnet pytorch
Training & Inference Code of PRNet in PyTorch 1.1.0
Stars: ✭ 149 (+684.21%)
Mutual labels:  face-alignment
Face Alignment Mobilenet V2
Face Alignment by Mobilenetv2
Stars: ✭ 184 (+868.42%)
Mutual labels:  face-alignment
Img2pose
The official PyTorch implementation of img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation - CVPR 2021
Stars: ✭ 247 (+1200%)
Mutual labels:  face-alignment
Binary Face Alignment
Real time face alignment
Stars: ✭ 145 (+663.16%)
Mutual labels:  face-alignment
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. πŸŽ‰
Stars: ✭ 21 (+10.53%)
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 (+568.42%)
Mutual labels:  face-alignment
Tcdcn Face Alignment
Matlab implementation of facial landmark detection by deep multi-task learning
Stars: ✭ 218 (+1047.37%)
Mutual labels:  face-alignment
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+178.95%)
Mutual labels:  face-alignment
deep alignment network pytorch
PyTorch Implementation of the Deep Alignment Network
Stars: ✭ 37 (+94.74%)
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 (+16847.37%)
Mutual labels:  face-alignment

SDM for face alignment

  1. Try training result on test set
cd ./bin
./test_sdm_facealign
  1. Create pts file name list for load training images, use
cd trainset
ls *.pts -1>ptlist.txt

or in Windows use

cd trainset
dir *.pts/b>ptlist.txt
  1. Some results:
  • blue dots: init position (meanshape), same for all

  • red dos: after first round descent iteration

  • green dots: after all five rounds descent iteration

test_tile

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