All Projects â†’ justusschock â†’ deep_alignment_network_pytorch

justusschock / deep_alignment_network_pytorch

Licence: BSD-2-Clause license
PyTorch Implementation of the Deep Alignment Network

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to deep alignment network pytorch

Tenginekit
TengineKit - Free, Fast, Easy, Real-Time Face Detection & Face Landmarks & Face Attributes & Hand Detection & Hand Landmarks & Body Detection & Body Landmarks & Iris Landmarks & Yolov5 SDK On Mobile.
Stars: ✭ 2,103 (+5583.78%)
Mutual labels:  face-alignment, facial-landmarks
DeepVTB
🌌 OpenVTuber-虚拟アイドル共享计划 An application of real-time face and gaze analyzation via deep nerual networks.
Stars: ✭ 32 (-13.51%)
Mutual labels:  landmark-detection, face-alignment
latent-pose-reenactment
The authors' implementation of the "Neural Head Reenactment with Latent Pose Descriptors" (CVPR 2020) paper.
Stars: ✭ 132 (+256.76%)
Mutual labels:  landmark-detection, facial-landmarks
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 (-35.14%)
Mutual labels:  face-alignment, facial-landmarks
Deep-MVLM
A tool for precisely placing 3D landmarks on 3D facial scans based on the paper "Multi-view Consensus CNN for 3D Facial Landmark Placement"
Stars: ✭ 71 (+91.89%)
Mutual labels:  landmark-detection, facial-landmarks
tf-blazepose
BlazePose - Super fast human pose detection on Tensorflow 2.x
Stars: ✭ 139 (+275.68%)
Mutual labels:  landmark-detection
Facial-Keypoint-Detection
Facial keypoint detection system takes in any image with faces, and predicts the location of 68 distinguishing keypoints on the face - Udacity project
Stars: ✭ 37 (+0%)
Mutual labels:  facial-landmarks
google-cloud-vision-php
A simple php wrapper for the google cloud vision API
Stars: ✭ 16 (-56.76%)
Mutual labels:  landmark-detection
dlib-minified-models
A set of minified (but still accurate) models for Dlib
Stars: ✭ 61 (+64.86%)
Mutual labels:  landmark-detection
Face-Recognition-FaceNet
A python script label faces in group photos using Facenet. 🎉
Stars: ✭ 21 (-43.24%)
Mutual labels:  face-alignment
BFFL
Code for Brute-Force Facial Landmark Analysis With A 140,000-Way Classifier 😃
Stars: ✭ 37 (+0%)
Mutual labels:  facial-landmarks
Detect-Facial-Features
Code example demonstrating how to detect eyes, nose, lips, and jaw with dlib, OpenCV, and Python
Stars: ✭ 42 (+13.51%)
Mutual labels:  facial-landmarks
Facial-Landmark-Detection
Facial Landmark Detection Framework
Stars: ✭ 33 (-10.81%)
Mutual labels:  landmark-detection
SADRNet
[TIP 2021] SADRNet: Self-Aligned Dual Face Regression Networks for Robust 3D Dense Face Alignment and Reconstruction
Stars: ✭ 101 (+172.97%)
Mutual labels:  face-alignment
serving-pytorch-models
Serving PyTorch models with TorchServe 🔥
Stars: ✭ 91 (+145.95%)
Mutual labels:  pytorch-cnn
rl-medical
Communicative Multiagent Deep Reinforcement Learning for Anatomical Landmark Detection using PyTorch.
Stars: ✭ 36 (-2.7%)
Mutual labels:  landmark-detection
face-datasets
Some handy scripts for processing face datasets
Stars: ✭ 19 (-48.65%)
Mutual labels:  face-alignment
fiap-ml-visao-computacional
Repositório dos exemplos e desafios utilizados na disciplina de Visão Computacional do curso de MBA Machine Learning da FIAP
Stars: ✭ 33 (-10.81%)
Mutual labels:  facial-landmarks
pytorch-slim-cnn
A pytorch implementation of SlimCNN for Facial Attribute Classification : https://arxiv.org/abs/1907.02157
Stars: ✭ 30 (-18.92%)
Mutual labels:  pytorch-cnn
Make Sense
Free to use online tool for labelling photos. https://makesense.ai
Stars: ✭ 2,087 (+5540.54%)
Mutual labels:  landmark-detection

Deep Alignment Network PyTorch

Build Status codecov

This repository contains a delira-compatible implementation of the Deep Alignment Network.

The original implementation can be found here and the paper is available on arXiv

An example using the HELEN dataset can be found in the notebooks folder.

Installation

This repository can be installed from pip via:

pip install deep-alignment-pytorch

or from source via

pip install git+https://github.com/justusschock/deep_alignment_network_pytorch

An installation from pip will be possible soon, once the complete repository setup is completed.

Poster (taken from original implementation)

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