## Face Recognition
## Introduction
These are the face recognition methods of [InsightFace](https://insightface.ai)
### 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.