davidsandberg/facenet
Face recognition using Tensorflow
Implements the FaceNet architecture using triplet loss and softmax training to generate compact 128-dimensional face embeddings for recognition and clustering tasks. Uses Inception-ResNet-v1 backbone with MTCNN for face detection and alignment, and provides pre-trained models trained on CASIA-WebFace and VGGFace2 datasets achieving 99.65% LFW accuracy. Supports both training from scratch and inference with TensorFlow r1.7+, enabling deployment of face verification and identification pipelines.
14,313 stars. No commits in the last 6 months.
Stars
14,313
Forks
4,799
Language
Python
License
MIT
Category
Last pushed
Jul 24, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/davidsandberg/facenet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
serengil/deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race)...
ishandutta0098/mukh
A comprehensive face analysis library that provides unified APIs for various face-related tasks
tomas-gajarsky/facetorch
Python library for analysing faces using PyTorch
akshaybahadur21/Facial-Recognition-using-Facenet
A simple implementation of facial recognition using facenets for humans 🧔 🔍
Astrotomic/php-deepface
A PHP adapter for the python deepface framework.