Ross ROSS = Recommend OSS · open-source software intelligence for agents

timesler/facenet-pytorch

Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models observed · 2026-08-28

github.com/timesler/facenet-pytorch · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

42/100

  • Activity 42
  • 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: 2658
  • days_rel: n/a
  • days_push: 351
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

5162 stars · 1000 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A PyTorch library providing pretrained face detection (MTCNN) and facial recognition (Inception ResNet V1) models, ported from the TensorFlow facenet project. It includes one of the fastest MTCNN implementations available and supports complete detection-to-embedding pipelines.

Use cases

  • detect and crop faces from images
  • generate face embeddings for identity matching
  • build a face login or verification system
  • track faces across video frames
  • cluster photos by person
  • finetune face recognition models on new data

When to choose

  • you need pretrained face detection and recognition in PyTorch
  • you want a fast, pure-PyTorch MTCNN implementation
  • you need face embeddings compatible with VGGFace2/CASIA-Webface models
  • you want a simple pip-installable pipeline from image to embedding

When to avoid

  • you need state-of-the-art accuracy on hard faces (consider newer detectors like RetinaFace or ArcFace models)
  • you work outside PyTorch (e.g., TensorFlow or ONNX-only pipelines)
  • you need non-face object detection or general image recognition
  • you require active large-scale development - the project is mature and changes infrequently

Facets

library · maturity stable

machine-learning computer-vision image-processing deep-learning computer-vision machine-learning image-processing artificial-intelligence python cross-platform face-recognition face-detection mtcnn inception-resnet pretrained-models pytorch facial-embeddings vggface2 gpu

2 sources

Member repositories

RepositoryRoleHealth v2
timesler/facenet-pytorchmain42

For agents

markdown · JSON · MCP: product_card(name="timesler/facenet-pytorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem