zhangjiahao1026 / MTCNN-PytorchLinks
Face detection model
☆26Updated 5 years ago
Alternatives and similar repositories for MTCNN-Pytorch
Users that are interested in MTCNN-Pytorch are comparing it to the libraries listed below
Sorting:
- A face detection algorithm☆320Updated 6 years ago
- 简单拼接一些源码,实现的人脸识别项目。可供学习参考。具体使用到:yolov5人脸检测、arcface人脸识别。☆95Updated 4 years ago
- Reimplement RetinaFace with Pytorch☆306Updated 2 years ago
- Build your own ArcFace, CenterFace/Centernet☆342Updated 4 years ago
- An implementation of EQFace: A Simple Explicit Quality Network for Face Recognition (https://arxiv.org/abs/2105.00634, CVPRW 2021)☆192Updated 4 years ago
- This repo illustrates how to implement MobileFaceNet and Arcface for face recognition task☆74Updated 6 years ago
- This is a novel and easy method for annotation uncertainties.☆417Updated 3 years ago
- MobileFaceNets: Efficient CNNs for Accurate Real-Time Face Verification on Mobile Devices☆384Updated last year
- 这是一个retinaface-pytorch的源码,可以用于训练自己的模型。☆244Updated 3 years ago
- 基于人脸关键区域提取的人脸识别(LFW:99.82%+ CFP_FP:98.50%+ AgeDB30:98.25%+)☆275Updated 4 years ago
- Pytorch实现的人脸识别明细MobileFaceNet模型,在预测使用MTCNN检测人脸,然后使用MobileFaceNet模型识别。☆151Updated 3 years ago
- Face Analysis Project on MXNet☆11Updated 3 years ago
- PFLD pytorch Implementation☆842Updated 3 years ago
- Implementation of PFLD For 68 Facial Landmarks By Pytorch☆330Updated 3 years ago
- Pytorch implementation of FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image☆119Updated 4 years ago
- Python Evaluation Code for Wider Face Dataset☆176Updated last year
- PDSN code for ICCV'2019 paper 《Occlusion Robust Face Recognition based on Mask Learning with Pairwise Differential Siamese Network》☆97Updated 5 years ago
- unofficial version of centerface, which achieves the best balance between speed and accuracy at face detection☆239Updated 5 years ago
- A simple CNN face occlusion detect implemented with tensorflow keras☆77Updated 2 years ago
- This is our collected datasets for challenge condition facial expression recognition☆251Updated 5 years ago
- A re-implementation of mtcnn. Joint training, tutorial and deployment together.☆130Updated 4 years ago
- 适用于复杂场景的人脸识别身份认证系统☆333Updated 11 months ago
- face recognition training project(pytorch)☆476Updated 3 years ago
- PyTorch implementation of Additive Angular Margin Loss for Deep Face Recognition.☆199Updated last year
- Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了…☆131Updated 7 years ago
- 基于Pytorch实现的MTCNN模型,人脸检测,人脸关键点检测。☆153Updated 4 years ago
- 通过 Mtcnn 实现人脸的检测并且能够标注出来,然后利用facenet 通过计算实时检测的人脸数据与实现存储的数据进行对比计算,计算相似度,从而实现人脸的鉴别☆38Updated 6 years ago
- Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Networks☆663Updated 3 years ago
- a demo to use insightface☆96Updated 5 years ago
- 使用tensorflow2重构mtcnn☆20Updated 5 years ago