Files
insightface/recognition/README.md

47 lines
1.0 KiB
Markdown
Raw Normal View History

2021-06-19 23:37:10 +08:00
## Face Recognition
2019-02-09 13:46:24 +00:00
2020-08-10 13:24:17 +01:00
2021-06-19 23:37:10 +08:00
<div align="left">
<img src="https://insightface.ai/assets/img/custom/logo3.jpg" width="240"/>
</div>
2020-08-10 13:24:17 +01:00
2021-06-19 23:37:10 +08:00
## 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.
2020-08-10 13:24:17 +01:00