## 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 (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.