facenet-pytorch

Pretrained Pytorch face detection (MTCNN) and facial recognition (InceptionResnet) models (by timesler)

Facenet-pytorch Alternatives

Similar projects and alternatives to facenet-pytorch

  1. OpenCV

    Open Source Computer Vision Library

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. deepface

    A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python

  4. facenet

    Face recognition using Tensorflow

  5. pytorch2keras

    PyTorch to Keras model convertor

  6. yolov8-face

    yolov8 face detection with landmark

  7. anime-face-detector

    Anime Face Detector using mmdet and mmpose

  8. CompreFace

    Leading free and open-source face recognition system

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. Real-time-GesRec

    Real-time Hand Gesture Recognition with PyTorch on EgoGesture, NvGesture, Jester, Kinetics and UCF101

  11. DeepFake-Detection

    Towards deepfake detection that actually works (by dessa-oss)

  12. deface

    Video anonymization by face detection

  13. facenet

    Face recognition using Tensorflow (by VictorZhang2014)

  14. FreeFaceMoCap

    Free Face Tracking Module for facial motion capture in Blender

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better facenet-pytorch alternative or higher similarity.

facenet-pytorch discussion

facenet-pytorch reviews and mentions

Posts with mentions or reviews of facenet-pytorch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-22.
  • [D] Fast face recognition over video
    3 projects | /r/MachineLearning | 22 Apr 2023
    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?
    2 projects | /r/learnprogramming | 3 Dec 2022
    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:
  • Need to watch through 100s of hours of surveylance footage - AI solution?
    1 project | /r/ArtificialInteligence | 26 Sep 2022
    with some python knowledge you can try a two step procedure: 1) extract a number of frames per second, for example five frames (images, i.e. still frames) per second using opencv or ffmpeg 2) Using facenet: detect faces in frames and then classify them by comparing each image to a known image of the person you are looking for.
  • Query regarding Multiple face recognization system
    2 projects | /r/MLQuestions | 25 Nov 2021
    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 - SaaSHub
    www.saashub.com | 23 Dec 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic facenet-pytorch repo stats
4
5,088
0.0
3 months ago

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Python is
the 2nd most popular programming language
based on number of references?