AITTSMD/MTCNN-Tensorflow
A TensorFlow implementation of MTCNN for joint face detection and facial landmark alignment.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
This repository reproduces the Multi-task Cascaded Convolutional Networks (MTCNN) paper using TensorFlow. It implements a three-stage cascade of neural networks (PNet, RNet, ONet) for robust face detection and simultaneous facial landmark localization. The project includes training pipelines with data preparation scripts, hard example mining, and support for landmark detection on datasets like WIDER Face and CelebA.