#
face-alignment
Here are 79 public repositories matching this topic...
-
Updated
Aug 30, 2019 - Python
The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
-
Updated
Apr 4, 2020 - Python
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;
face-recognition
face-detection
face-reconstruction
face-alignment
face-tracking
face-generation
face-superresolution
face-transfer
face-retrieval
-
Updated
Apr 6, 2020
machine-learning
computer-vision
deep-learning
pytorch
artificial-intelligence
feature-extraction
supervised-learning
face-recognition
face-detection
tencent
transfer-learning
nus
convolutional-neural-network
data-augmentation
face-alignment
imbalanced-learning
model-training
fine-tuning
face-landmark-detection
hard-negative-mining
-
Updated
Mar 26, 2020 - Python
Deep Learning Based Free Mobile Real-Time Face Landmark Detector.
-
Updated
Apr 29, 2020 - C++
Implementations of PCN (an accurate real-time rotation-invariant face detector) and other face-related algorithms
-
Updated
Feb 26, 2020 - C++
[CVPR 2018] Look at Boundary: A Boundary-Aware Face Alignment Algorithm
-
Updated
Oct 7, 2019 - C++
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.
-
Updated
Feb 26, 2018 - Lua
A deep neural network for face alignment
-
Updated
Sep 17, 2018 - Python
Estimate 3D face pose (6DoF) or 11 parameters of 3x4 projection matrix by a Convolutional Neural Network
-
Updated
Dec 20, 2018 - Python
shalinidemello
commented
Jan 1, 2020
In your provided annotation file face_landmarks_wflw_test.csv, how are the annotations for "scale", "center_w" and "center_h" computed from the original face bounding box annotations of <x_min, y_min, x_max, y_max> for the face bounding provided by the authors of the WFLW dataset? Could you explain?
vudangthinh
commented
Aug 16, 2016
I saw that on the function you write to read parameters from candide.npz
def load3DFaceModel(filename):
faceModelFile = np.load(filename)
mean3DShape = faceModelFile["mean3DShape"]
mesh = faceModelFile["mesh"]
idxs3D = faceModelFile["idxs3D"]
idxs2D = faceModelFile["idxs2D"]
blendshapes = faceModelFile["blendshapes"]
mesh = fixMeshWinding(mesh, mean3DShape)
ret
face-recognition
face-alignment
face-landmark-detection
unconstrained-face-recognition
large-scale-face-recognition
low-shot-face-recognition
pose-invariant-face-recognition
face-synthesis
face-resize-w-padding
-
Updated
Feb 13, 2019 - Python
-
Updated
Dec 29, 2016 - C++
A simple face detect and alignment method, which is easy and stable.
-
Updated
Apr 28, 2020 - Python
A collection of face related papers
face-recognition
face-detection
research-paper
face-reconstruction
face-alignment
face-identification
face-verification
-
Updated
Feb 11, 2019
Matlab implementation of facial landmark detection by deep multi-task learning
-
Updated
Oct 25, 2016 - MATLAB
Face Alignment by Mobilenetv2
-
Updated
Aug 28, 2019 - Python
Fast and accurate face landmark detection library using PyTorch; Support 68-point semi-frontal and 39-point profile landmark detection; Support both coordinate-based and heatmap-based inference; Up to 100FPS landmark inference on CPU.
-
Updated
May 21, 2020 - Python
Face related datasets
-
Updated
Jan 29, 2020
[ICCV 2019]Aggregation via Separation: Boosting Facial Landmark Detector with Semi-Supervised Style Transition
-
Updated
Jan 28, 2020 - Python
Real time face alignment
computer-vision
deep-learning
convolutional-neural-networks
torch7
face-alignment
binary-convolutions
-
Updated
Oct 29, 2017 - Lua
A TensorFlow implementation of the Mnemonic Descent Method.
-
Updated
Mar 22, 2018 - Jupyter Notebook
The MXNet Implementation of Stacked Hourglass and Stacked SAT for Robust 2D and 3D Face Alignment
-
Updated
Apr 22, 2019 - Python
One-shot Learning and deep face recognition notebooks and workshop materials
deep-learning
face-recognition
face-detection
facenet
face-alignment
face-verification
sphereface
center-loss
arcface
face-embedding
amsoftmax
deep-face-recognition
-
Updated
Feb 25, 2020 - Jupyter Notebook
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.
-
Updated
Jan 23, 2018 - Lua
Training & Inference Code of PRNet in PyTorch 1.1.0
-
Updated
Nov 23, 2019 - Python
实现常用基于深度学习的人脸检测算法
deep-learning
pytorch
convolutional-neural-networks
face-alignment
fddb
facedetection
widerface
faceboxes
-
Updated
Dec 14, 2018 - Python
A re-implementation of Deep-Alignment-Network using TensorFlow
-
Updated
Apr 28, 2018 - Python
Improve this page
Add a description, image, and links to the face-alignment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the face-alignment topic, visit your repo's landing page and select "manage topics."
i had following the step to do face detection using retina face and got rectangle bounding boxes output as like on example, could someone please guide me to do realtime recognition like shown in video? i'm currently pretty new at face recognition task, thank you.