Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Facenet-pytorch Alternatives
Similar projects and alternatives to facenet-pytorch
-
anime-face-detector
Anime Face Detector using mmdet and mmpose
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
-
-
DeepFake-Detection
Towards deepfake detection that actually works (by dessa-oss)
-
OpenSeeFace
Robust realtime face and facial landmark tracking on CPU with Unity integration
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Real-time-GesRec
Real-time Hand Gesture Recognition with PyTorch on EgoGesture, NvGesture, Jester, Kinetics and UCF101
-
-
deepface
A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
-
-
-
pytorch_resnet_cifar10
Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.
facenet-pytorch reviews and mentions
-
[D] Fast face recognition over video
Hijacking this comment because i've been working nonstop on my project thanks to your suggestion. I'm now using this https://github.com/derronqi/yolov8-face for face detection and still the old face_recognition for encodings. I'm clustering with dbscan and extracting frames with ffmpeg with -hwaccel on. I'm planning to try this: https://github.com/timesler/facenet-pytorch as it looks like it would be the fastest thing avaiable to process videos? Keep in mind i need to perform encoding other than just detection because i want to use DBscan (and later also facial recognition, but this might be done separately just by saving the encodings). let me know if you have any other suggestions, and thanks again for your help
-
Random but unrepeated combinations?
For now, I am trying to evaluate and get the accuracy of the FaceNet module. Like this example on facenet-pytorch, getting the accuracy relies on this file (pairs.txt) provided by the official site. Format description below:
-
Query regarding Multiple face recognization system
It's generally better to split the task into a multiple tasks. First I'd want to detect and extract faces. There are a number of pretrained models that you could use for that, e.g. https://github.com/timesler/facenet-pytorch, https://github.com/opencv/opencv/tree/master/data/haarcascades. Once you've extracted faces, you can train a facial recognition using something like a siamese network as you normally would.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 6 Jun 2023
Stats
timesler/facenet-pytorch is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of facenet-pytorch is Python.
Popular Comparisons
- facenet-pytorch VS anime-face-detector
- facenet-pytorch VS CompreFace
- facenet-pytorch VS OpenCV
- facenet-pytorch VS pytorch2keras
- facenet-pytorch VS facenet
- facenet-pytorch VS DeepFake-Detection
- facenet-pytorch VS OpenSeeFace
- facenet-pytorch VS Real-time-GesRec
- facenet-pytorch VS deface
- facenet-pytorch VS pytorch_resnet_cifar10