Skip to content

KentChun33333/DeepFace

 
 

Repository files navigation

DeepFace

a deep face analysis implement, mainly based on -Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done. -中文Readme

Each task is divide by different folder.

##Face detection

###baseline Face detection using sliding windows style, it first train a face/noface two class classification network, and then tranform to a full convolution network, detection is based on the heatmap when input a large full size image.

face detection result example: result1 result2

##Face key points detection

###try1_1 face 5 key points detection using DeepID architecture. result1

face 5 key points detection result example: result1

##Face Verification ###deepid Face verification based on DeepID network architecture.

face verification ROC result: roc

##Face Dataset

We collect the face datasets usually used by recently years' paper, and divide by different task. Also we simply describe each of the dataset.(In Chinese)

For more implement details, please reference my blog

It is welcome for everyone to make suggestions and improvement.

About

Face analysis mainly based on Caffe. At this time, face analysis tasks like detection, alignment and recognition have been done.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%