Skip to content

face detection alignment recognition reconstruction ...

Notifications You must be signed in to change notification settings

yezhiqiu-love/face-everthing

This branch is 17 commits behind tpys/face-everthing:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e7bab5 · Oct 14, 2017

History

8 Commits
Oct 13, 2017
Oct 13, 2017
Oct 14, 2017

Repository files navigation

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.

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 lfw dataset in seconds (cpp implement matlab cp2tform)

simple alignment benchmark, including 4 methods

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

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.

About

face detection alignment recognition reconstruction ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • C 2.5%
  • Cuda 2.3%
  • CMake 0.4%