Awesome
MTCNN
MTCNN Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks.
this project is the https://github.com/kpzhang93/MTCNN_face_detection_alignment C++ version
using the trained model https://github.com/kpzhang93/MTCNN_face_detection_alignment
##usage:
-
compile the caffe program and copy the generating libcaffe to ./lib directory
-
copy the caffe include directory to working directory
-
mkdir build
-
cmake ..
-
make
-
do test