MTCNN-NCNN
Last updated
Last updated
MTCNN-NCNN with build instructions and implementation in Android:
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.
C++ detect pipeline: Caffe training: