tpys / face-everthing

face detection alignment recognition reconstruction ...
260 stars 101 forks source link
alignment face-recognition mtcnn sphereface

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

  8. OpenFace: an open source facial behavior analysis toolkit
  9. Constrained Local Neural Fields for robust facial landmark detection in the wild
  10. Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields
  11. Hand Keypoint Detection in Single Images using Multiview Bootstrapping
  12. Convolutional pose machines
  13. Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
  14. SphereFace: Deep Hypersphere Embedding for Face Recognition
  15. 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.

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

Installation

Requirements

Call for contributions