Skip to content

winroot/face-detection-MTCNN-ncnn

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • CMake 1.5%
  • C 1.3%
  • Other 0.8%