All Projects → tpys → Face Everthing

tpys / Face Everthing

face detection alignment recognition reconstruction ...

Projects that are alternatives of or similar to Face Everthing

Face Recognition Cpp
Real Time Face Recognition Detector. Over 30FPS on CPU!
Stars: ✭ 68 (-73.54%)
Mutual labels:  face-recognition, mtcnn
Facenet Pytorch
Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models
Stars: ✭ 2,564 (+897.67%)
Mutual labels:  face-recognition, mtcnn
Awesome Face Detection
Compare with various detectors - s3fd, dlib, ocv, ocv-dnn, mtcnn-pytorch, face_recognition
Stars: ✭ 106 (-58.75%)
Mutual labels:  face-recognition, mtcnn
Face Recognition
A framework for creating and using a Face Recognition system.
Stars: ✭ 60 (-76.65%)
Mutual labels:  face-recognition, mtcnn
FaceRecognitionCpp
Large input size REAL-TIME Face Detector on Cpp. It can also support face verification using MobileFaceNet+Arcface with real-time inference. 480P Over 30FPS on CPU
Stars: ✭ 40 (-84.44%)
Mutual labels:  face-recognition, mtcnn
Facerecognition
This is an implematation project of face detection and recognition. The face detection using MTCNN algorithm, and recognition using LightenenCNN algorithm.
Stars: ✭ 137 (-46.69%)
Mutual labels:  face-recognition, mtcnn
Facenet
Face recognition using Tensorflow
Stars: ✭ 12,189 (+4642.8%)
Mutual labels:  face-recognition, mtcnn
Facerecognition
Webcam face recognition using tensorflow and opencv
Stars: ✭ 192 (-25.29%)
Mutual labels:  face-recognition, mtcnn
FaceIDLight
A lightweight face-recognition toolbox and pipeline based on tensorflow-lite
Stars: ✭ 17 (-93.39%)
Mutual labels:  face-recognition, mtcnn
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-74.32%)
Mutual labels:  alignment, mtcnn
mtcnn tf
MTCNN implement by tensorflow. Easy to training and testing.
Stars: ✭ 41 (-84.05%)
Mutual labels:  alignment, mtcnn
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (-75.49%)
Mutual labels:  face-recognition, mtcnn
FaceNet-based-Attendance-System
Deep Learning based Web Application for marking attendance of students by recognizing the student's faces from the surveillance video footage of classroom.
Stars: ✭ 25 (-90.27%)
Mutual labels:  face-recognition, mtcnn
ofFaceRecognition
simple example face recognition with deep metric learning to dlib
Stars: ✭ 20 (-92.22%)
Mutual labels:  face-recognition
Face-Mask-Detection-PyTorch
A real-time face mask detector based on computer vision and deep learning, created using Pytorch and OpenCV
Stars: ✭ 12 (-95.33%)
Mutual labels:  face-recognition
ArcfaceDemo Python 2.2
ArcSoft Face SDK Demo
Stars: ✭ 20 (-92.22%)
Mutual labels:  face-recognition
ctable
C library to print nicely formatted tables
Stars: ✭ 13 (-94.94%)
Mutual labels:  alignment
Facenet-Caffe
facenet recognition and retrieve by using hnswlib and flask, convert tensorflow model to caffe
Stars: ✭ 30 (-88.33%)
Mutual labels:  alignment
bs3
BS-Seeker3: An Ultra-fast, Versatile Pipeline for Mapping Bisulfite-treated Reads.
Stars: ✭ 20 (-92.22%)
Mutual labels:  alignment
mtcnn-pytorch
pytorch implementation of face detection algorithm MTCNN
Stars: ✭ 61 (-76.26%)
Mutual labels:  mtcnn

Face Everthing

face detection alignment recognition reconstruction base on some projects on github, aim to build state of art face system. currently reconstruction is not available, code is not elegant.

Reference

Project

  1. OpenFace
  2. openpose
  3. mtcnn
  4. SeetaFace
  5. FaceAlignment3000
  6. ExplicitShapeRegression
  7. SphereFace

Paper

  1. OpenFace: an open source facial behavior analysis toolkit
  2. Constrained Local Neural Fields for robust facial landmark detection in the wild
  3. Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields
  4. Hand Keypoint Detection in Single Images using Multiview Bootstrapping
  5. Convolutional pose machines
  6. Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
  7. SphereFace: Deep Hypersphere Embedding for Face Recognition
  8. Large-Margin Softmax Loss for Convolutional Neural Networks

Features

mtcnn align casia dataset (cpp implement matlab cp2tform)

Success algin 453078 of 455594 images, take about 1.11hour, hope someone can increase detection rate and reduce run time.

  • Aligned example

  • Failed example

put all in one, mtcnn detection, openpose alignment, cln tracking and sphereface recognition

Installation

Requirements

  • OpenCV (>=3.0)
  • Boost (>=1.63)
  • SphereCaffe
  • CUDA (>=8.0)

Complie

  • Install all requirements
  • git clone https://github.com/tpys/face-everthing.git
  • change line 44 & 45 in CMakeList.txt to your spherecaffe corresponding directory
  • cd face-everthing && mkdir build && cd build && make -j4

Run Example

  • Download trained model(https://pan.baidu.com/s/1boOOBNL code: juk3)
  • Modify example/mtcnn_align_dataset.cpp, change the input parameters to yours
  • Modify example/all_in_one.cpp, change the input parameters to yours

TODO:

  • [ ] move cln part to tracking modules
  • [ ] add recently fan 2d & 3d alignment
  • [ ] speed up alignment, maybe batch gpu forward, small model, gpu implementation tracking.
  • [ ] train more accurate recognition model

Call for contributions

  • Anything helps this repo, including discussion, testing, promotion and of course your awesome code.
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].