mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-11 18:22:41 +00:00
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
## Face Recognition
|
|
|
|
|
|
<div align="left">
|
|
<img src="https://insightface.ai/assets/img/custom/logo3.jpg" width="240"/>
|
|
</div>
|
|
|
|
|
|
## Introduction
|
|
|
|
These are the face recognition methods of [InsightFace](https://insightface.ai)
|
|
|
|
|
|
<div align="left">
|
|
<img src="https://insightface.ai/assets/img/github/facerecognitionfromvideo.PNG" width="600"/>
|
|
</div>
|
|
|
|
|
|
### Datasets
|
|
|
|
Please refer to [datasets](_datasets_) page for the details of face recognition datasets used for training and evaluation.
|
|
|
|
### Evaluation
|
|
|
|
Please refer to [evaluation](_evaluation_) page for the details of face recognition evaluation.
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
Supported methods:
|
|
|
|
- [x] [ArcFace_mxnet (CVPR'2019)](arcface_mxnet)
|
|
- [x] [ArcFace_torch (CVPR'2019)](arcface_torch)
|
|
- [x] [SubCenter ArcFace (ECCV'2020)](subcenter_arcface)
|
|
- [x] [PartialFC_mxnet (CVPR'2022)](partial_fc)
|
|
- [x] [PartialFC_torch (CVPR'2022)](arcface_torch)
|
|
- [x] [VPL (CVPR'2021)](vpl)
|
|
- [x] [Arcface_oneflow](arcface_oneflow)
|
|
- [x] [ArcFace_Paddle (CVPR'2019)](arcface_paddle)
|
|
|
|
|
|
## Contributing
|
|
|
|
We appreciate all contributions to improve the face recognition model zoo of InsightFace.
|
|
|
|
|