MTCNN-NCNN

MTCNN-NCNN with build instructions and implementation in Android: https://github.com/moli232777144/mtcnn_ncnn

MTCNN is an old paper (2016) with very straightforward idea, but it has superior performance-speed balance on mobile devices. The graphs are self-explained. It is a fast Face Detector with Facial Key-points Regression. The gist above claims that it will run 30ms on an low-end Android device.

Last updated