mirror of
https://github.com/deepinsight/insightface.git
synced 2025-12-30 08:02:27 +00:00
47 lines
1.0 KiB
Markdown
47 lines
1.0 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 (Arxiv'2020)](partial_fc)
|
|
- [x] [PartialFC_torch (Arxiv'2020)](arcface_torch)
|
|
- [x] [VPL (CVPR'2021)](vpl)
|
|
- [x] [OneFlow_face](oneflow_face)
|
|
|
|
|
|
## Contributing
|
|
|
|
We appreciate all contributions to improve the face recognition model zoo of InsightFace.
|
|
|
|
|