awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to ydwen/caffe-face

Open-source alternatives to Caffe Face

23 open-source projects similar to ydwen/caffe-face, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Caffe Face alternative.

  • deepinsight/insightfacedeepinsight avatar

    deepinsight/insightface

    29,002View on GitHub↗

    InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz

    Pythonage-estimationarcfaceface-alignment
    View on GitHub↗29,002
  • happynear/amsoftmaxhappynear avatar

    happynear/AMSoftmax

    491View on GitHub↗

    by Feng Wang, Weiyang Liu, Haijun Liu, Jian Cheng

    Matlab
    View on GitHub↗491
  • happynear/normfacehappynear avatar

    happynear/NormFace

    366View on GitHub↗

    NormFace: L2 HyperSphere Embedding for Face Verification

    Matlab
    View on GitHub↗366
  • davidsandberg/facenetdavidsandberg avatar

    davidsandberg/facenet

    14,326View on GitHub↗

    FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical embeddings for identity verification and recognition. It provides a deep learning face embedder that maps facial features into a Euclidean space where distance corresponds to facial similarity. The system includes tools for both supervised and unsupervised identity management. It features a face identity classifier for categorizing images into known identity classes and an unsupervised clustering tool to group similar facial embeddings together without predefined labels. The framewor

    Python
    View on GitHub↗14,326

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • wy1iu/spherefacewy1iu avatar

    wy1iu/sphereface

    1,604View on GitHub↗

    Implementation for in CVPR'17.

    Jupyter Notebookangular-softmaxcaffecvpr-2017
    View on GitHub↗1,604
  • joker316701882/additive-margin-softmaxJoker316701882 avatar

    Joker316701882/Additive-Margin-Softmax

    492View on GitHub↗

    This is the implementation of paper <Additive Margin Softmax for Face Verification>

    Jupyter Notebook
    View on GitHub↗492
  • linsersnow/pdsnL

    linserSnow/PDSN

    0View on GitHub↗

    This is code for the PDSN in our paper. Deep Convolutional Neural Networks (CNNs) have been pushing the frontier of face recognition over past years. However, existing general CNN face models generalize poorly for occlusions on variable facial areas. Inspired by the fact that the human visual…

    View on GitHub↗0
  • bradyfu/dvgBradyFU avatar

    BradyFU/DVG

    121View on GitHub↗

    A PyTorch code of paper Dual Variational Generation for Low Shot Heterogeneous Face Recognition.

    Python
    View on GitHub↗121
  • seasonsh/docfaceseasonSH avatar

    seasonSH/DocFace

    376View on GitHub↗

    By Yichun Shi and Anil K. Jain

    Python
    View on GitHub↗376
  • seasonsh/probabilistic-face-embeddingsseasonSH avatar

    seasonSH/Probabilistic-Face-Embeddings

    351View on GitHub↗

    This is a demo code of training and testing Probabilistic Face Embeddings using Tensorflow. Probabilistic Face Embeddging (PFE) is a method that converts conventional CNN-based face embeddings into probabilistic embeddings by calibrating each feature value with an uncertainty value. The…

    Python
    View on GitHub↗351
  • cmusatyalab/openfacecmusatyalab avatar

    cmusatyalab/openface

    15,398View on GitHub↗

    Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a comprehensive pipeline for detecting faces, aligning landmarks, and transforming facial images into compact numerical vectors. By utilizing these embeddings, the system enables identity classification and similarity comparison through geometric distance calculations. The project distinguishes itself by integrating research-oriented diagnostic tools alongside its core recognition capabilities. It includes utilities for visualizing high-dimensional feature clusters, inspecting internal c

    Luadeep-learningface-recognitionfacenet
    View on GitHub↗15,398
  • thnkim/openfacepytorchthnkim avatar

    thnkim/OpenFacePytorch

    189View on GitHub↗

    PyTorch module to use OpenFace's nn4.small2.v1.t7 model

    Python
    View on GitHub↗189
  • wy1iu/sphereface-pluswy1iu avatar

    wy1iu/sphereface-plus

    149View on GitHub↗

    SphereFace+ is released under the MIT License (refer to the LICENSE file for details).

    Jupyter Notebook
    View on GitHub↗149
  • cyh24/joint-bayesiancyh24 avatar

    cyh24/Joint-Bayesian

    247View on GitHub↗

    Download from the Websit: http://home.ustc.edu.cn/~chendong/JointBayesian/

    Python
    View on GitHub↗247
  • yule-li/cosfaceyule-li avatar

    yule-li/CosFace

    294View on GitHub↗

    Tensorflow implementation for paper CosFace: Large Margin Cosine Loss for Deep Face Recognition

    Python
    View on GitHub↗294
  • becauseofai/mobilefacebecauseofAI avatar

    becauseofAI/MobileFace

    752View on GitHub↗

    2K real-time detection is so easy!

    Python
    View on GitHub↗752
  • zhongyy/unequal-training-for-deep-face-recognition-with-long-tailed-noisy-dataZ

    zhongyy/Unequal-Training-for-Deep-Face-Recognition-with-Long-Tailed-Noisy-Data

    0View on GitHub↗

    This is the code of CVPR 2019 paper《Unequal Training for Deep Face Recognition with Long Tailed Noisy Data》.

    View on GitHub↗0
  • huangyangyu/noisefacehuangyangyu avatar

    huangyangyu/NoiseFace

    136View on GitHub↗

    Noise-Tolerant Paradigm for Training Face Recognition CNNs Official, CVPR 2019

    Python
    View on GitHub↗136
  • muyouhang/led3dmuyouhang avatar

    muyouhang/Led3D

    53View on GitHub↗

    This project is an implementation for "Led3D: An lightweight and efficent deep approach to recognizing low-quality 3d faces" Download , which is accepted by CVPR2019.

    MATLAB
    View on GitHub↗53
  • visualcomputinginstitute/triplet-reidV

    VisualComputingInstitute/triplet-reid

    0View on GitHub↗
    View on GitHub↗0
  • xialuxi/arcface-caffexialuxi avatar

    xialuxi/arcface-caffe

    279View on GitHub↗

    1、在caffe中实现arcface中的损失函数,参考cosinface的实现。

    C++
    View on GitHub↗279
  • yingcong/semanticcomponentY

    yingcong/SemanticComponent

    0View on GitHub↗
    View on GitHub↗0
  • 4uiiurz1/pytorch-adacos4uiiurz1 avatar

    4uiiurz1/pytorch-adacos

    210View on GitHub↗

    This repository contains code for AdaCos, ArcFace, CosFace, and SphereFace based on AdaCos: Adaptively Scaling Cosine Logits for Effectively Learning Deep Face Representations implemented in PyTorch.

    Python
    View on GitHub↗210