Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 683 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 683 Bytes

face-detection-MTCNN-ncnn

Implement MTCNN for face detection and landmark localization in ncnn framework in C++ Support Windows, Ubuntu and Raspberry Pi

Refactor from MTCNN v1 Matlab https://github.com/kpzhang93/MTCNN_face_detection_alignment

Results

image image

Require Dependency Library

  • OpenCV 3.3.1 (For displaying demo video)

Compile in Windows

$ ./build_vs2017_x64.bat

Compile in Ubuntu

$ sh build_ubuntu.sh

Compile in Raspberry Pi

$ sh build_raspberry.sh