feixuedudiao / CascadeCNN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 90.5%Language:Shell 3.0%Language:Python 1.9%Language:Perl 1.9%Language:CMake 1.7%Language:Makefile 1.0%