All Projects → BobLiu20 → FacialLandmark_TF

BobLiu20 / FacialLandmark_TF

Licence: other
Facial landmarks training by tensorflow. Use for face alignment and so on.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FacialLandmark TF

Img2pose
The official PyTorch implementation of img2pose: Face Alignment and Detection via 6DoF, Face Pose Estimation - CVPR 2021
Stars: ✭ 247 (+1022.73%)
Mutual labels:  face-alignment
Peppa-Facial-Landmark-PyTorch
Facial Landmark Detection based on PyTorch
Stars: ✭ 172 (+681.82%)
Mutual labels:  landmark
ECT-FaceAlignment
[TIFS 2018] Combining Data-driven and Model-driven Methods for Robust Facial Landmark Detection
Stars: ✭ 28 (+27.27%)
Mutual labels:  face-alignment
MRI intensity normalization
Intensity normalization of multi-channel MRI images using the method proposed by Nyul et al. 2000
Stars: ✭ 49 (+122.73%)
Mutual labels:  landmark
face rating
Face/Beauty Rating with both the traditional ML approaches and Convolutional Neural Network Approach
Stars: ✭ 68 (+209.09%)
Mutual labels:  landmark
deep alignment network pytorch
PyTorch Implementation of the Deep Alignment Network
Stars: ✭ 37 (+68.18%)
Mutual labels:  face-alignment
Tcdcn Face Alignment
Matlab implementation of facial landmark detection by deep multi-task learning
Stars: ✭ 218 (+890.91%)
Mutual labels:  face-alignment
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (+45.45%)
Mutual labels:  face-alignment
ai for robotics
Visualizations of algorithms covered in Sebastian Thrun's excellent Artificial Intelligence for Robotics course on Udacity.
Stars: ✭ 125 (+468.18%)
Mutual labels:  landmark
SupervisedDescentMethod
No description or website provided.
Stars: ✭ 19 (-13.64%)
Mutual labels:  face-alignment
face-datasets
Some handy scripts for processing face datasets
Stars: ✭ 19 (-13.64%)
Mutual labels:  face-alignment
SADRNet
[TIP 2021] SADRNet: Self-Aligned Dual Face Regression Networks for Robust 3D Dense Face Alignment and Reconstruction
Stars: ✭ 101 (+359.09%)
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 (+9.09%)
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 (+14536.36%)
Mutual labels:  face-alignment
Face-alignment-Trees
This is the C++ implement of the paper: Face Detection, Pose Estimation, and Landmark Localization in the Wild
Stars: ✭ 17 (-22.73%)
Mutual labels:  face-alignment
Facepapercollection
A collection of face related papers
Stars: ✭ 241 (+995.45%)
Mutual labels:  face-alignment
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. 🎉
Stars: ✭ 21 (-4.55%)
Mutual labels:  face-alignment
enhanced-ssh-mxnet
The MXNet Implementation of Enhanced SSH (ESSH) for Face Detection and Alignment
Stars: ✭ 54 (+145.45%)
Mutual labels:  face-alignment
HyperLandmark-iOS
A 68-point Facial landmark at 28-30 FPS on iPhone 6S+. HyperLandmark is get from https://github.com/zeusees/HyperLandmark.
Stars: ✭ 69 (+213.64%)
Mutual labels:  landmark
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+140.91%)
Mutual labels:  face-alignment

FacialLandmark_TF

Facial landmarks training by tensorflow. Use for face alignment and so on.

0. Other DL framework

  • The mxnet implementation to see here
  • The caffe implementation to see here

1. Environment

  • tensorflow: v1.3.0

2. Training and Testing

  • Check common/landmark_helper.py to read yourself dataset.
  • Check training/training.py. Use python training.py --help to see help.
  • The test script in testing folder.
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].