{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/8"}],"enrichment":{"capability":"Provides pretrained PyTorch models for face detection using MTCNN and face recognition using Inception ResNet V1, with automatic model downloading and caching.","skillfed_tags":["face-detection","face-recognition","computer-vision"],"use_cases":["Extract face embeddings from images for identity verification or clustering unknown faces.","Detect and locate faces in images or video frames using MTCNN before downstream processing.","Build a face recognition system by comparing embeddings against a known face database.","Finetune pretrained models on custom face datasets for domain-specific recognition tasks.","Track faces across video frames using MTCNN's detection output."],"what_it_does":"facenet-pytorch wraps pretrained Inception ResNet V1 models (trained on VGGFace2 and CASIA-Webface datasets) and an efficient MTCNN face detector into a PyTorch package. The models are ported from an external TensorFlow implementation and automatically download and cache their weights on first use. You use it to detect faces in images, extract 512-dimensional face embeddings for recognition tasks, or classify faces into known identities.\n\nThe package handles the full pipeline: MTCNN crops and aligns faces from raw images, then Inception ResNet V1 generates embeddings or classification logits. Both models are pretrained and ready to use without training. You can also finetune the models on new data or use the embeddings with clustering or distance metrics to identify faces. The package includes examples for video face tracking, batch processing, and performance comparisons.","worth_installing":"Yes, with conditions. The package is well-maintained for its scope (5160 GitHub stars, low install friction, no known vulnerabilities), but maintenance is aging\u2014the last release was April 2024. Install it if you need pretrained face detection and recognition models and can accept that bug fixes or compatibility updates may lag behind new PyTorch releases. For production systems requiring active support, verify compatibility with your PyTorch version first."},"id":"facenet-pytorch","links":{"html":"https://skillfed.io/packages/facenet-pytorch","md":"https://skillfed.io/packages/facenet-pytorch.md","pypi":"https://pypi.org/project/facenet-pytorch/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2024-04-29","license_spdx":null,"license_treatment":"permissive","name":"facenet-pytorch","python_support":"unspecified","summary":"Pretrained Pytorch face detection and recognition models"},"popularity":{"monthly_downloads":154911,"position":10839,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.6.0"}
