Skip to content

Repository for "A Convolutional Neural Network Cascade for Face Detection", implemented with Caffe, C++ interface

Notifications You must be signed in to change notification settings

foreverYoungGitHub/CascadeCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CascadeCNN

Repository for "A Convolutional Neural Network Cascade for Face Detection", implemented with Caffe, C++ interface. The Cascade CNN provide an idea of fast way to detect the face through cascade different size of CNN.

Result

Face Detection

The results of each procedure in Cascade CNNs are contained in result folder. The final results are shown in the flowing. These two pictures are collected by AFW and MegaFace separately.

Time Cost

The time cost are compared with the value in the paper and its curve is shown in the flowing. Our result is generated by testing a 1080P live video.

| Paper result | Our result ------------ | ------------- | ------------- CPU only | 71ms | 281.3ms (E3) GPU | 28.6ms (Titan) | 20.9ms (1080)

About

Repository for "A Convolutional Neural Network Cascade for Face Detection", implemented with Caffe, C++ interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages