ipazc/mtcnn
MTCNN face detection implementation for TensorFlow, as a PIP package. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3162
- days_rel: 695
- days_push: 694
- n_releases_24m: 1
Adoption not part of the score
2485 stars · 527 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library implementing the MTCNN (Multitask Cascaded Convolutional Networks) algorithm for face detection and facial landmark alignment, built on TensorFlow 2.x and distributed as a pip package. It detects faces with bounding boxes and predicts keypoints (eyes, nose, mouth) using a cascade of three neural networks, with support for batch processing and device selection.
Use cases
- detect faces in images with bounding boxes
- find facial landmarks like eyes, nose and mouth
- align faces before face recognition preprocessing
- batch process a folder of photos to extract face crops
- filter images that contain no detectable faces
- build a face verification pipeline in Python
When to choose
- you need accurate face detection plus landmark points in a Python/TensorFlow stack
- you want a simple pip-installable detector with a minimal API
- you need face alignment keypoints for downstream recognition or embedding models
- you want batch processing of images on CPU or GPU
When to avoid
- you need real-time video face detection at high frame rates on edge devices
- your stack is PyTorch-only and you don't want a TensorFlow dependency
- you need face recognition or identity matching, not just detection
- you need masks, occlusion handling, or state-of-the-art detector accuracy on hard cases
Facets
library · maturity stable
computer-vision image-processing machine-learning deep-learning computer-vision image-processing machine-learning python cross-platform face-detection facial-landmarks mtcnn tensorflow face-alignment bounding-boxes pip-package gpu
2 sources
- readme: https://github.com/ipazc/mtcnn · fetched 2026-08-28 · 40907b492097
- registry_pypi: https://pypi.org/pypi/mtcnn/json · fetched 2026-08-29 · 75d691a8477f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ipazc/mtcnn | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem