deep learning for face detection (caffe C++)
caf_face_detection
Implement Yahoo Paper: Multi-view Face Detection Using Deep Convolutional Neural Networks
训练部分见Reference[1] guoyilin的内容,本人用C++重新实现了一下
Github: https://github.com/LouieYang/caf_face_detection
Lib
- caffe
- Eigen
- OpenCV
Demo
Referrence:
[1] https://github.com/guoyilin/FaceDetection_CNN