Download from the Websit: http://home.ustc.edu.cn/~chendong/JointBayesian/
The main features of cyh24/joint-bayesian are: Face Manipulation, Face Recognition.
Open-source alternatives to cyh24/joint-bayesian include: becauseofai/mobileface — 2K real-time detection is so easy! bradyfu/dvg — A PyTorch code of paper Dual Variational Generation for Low Shot Heterogeneous Face Recognition. cmusatyalab/openface — Openface is a deep learning toolkit designed for facial recognition and identity verification. It provides a… davidsandberg/facenet — FaceNet is a facial recognition framework designed to transform facial images into high-dimensional numerical… deepinsight/insightface — InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification,… happynear/amsoftmax — by Feng Wang, Weiyang Liu, Haijun Liu, Jian Cheng.
A PyTorch code of paper Dual Variational Generation for Low Shot Heterogeneous Face Recognition.
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
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