Files
insightface/alignment/README.md

43 lines
810 B
Markdown
Raw Normal View History

2021-06-19 23:37:10 +08:00
## Face Alignment
<div align="left">
<img src="https://insightface.ai/assets/img/custom/logo3.jpg" width="240"/>
</div>
## Introduction
These are the face alignment methods of [InsightFace](https://insightface.ai)
<div align="left">
<img src="https://insightface.ai/assets/img/custom/thumb_sdunet.png" width="600"/>
</div>
### Datasets
Please refer to [datasets](_datasets_) page for the details of face alignment datasets used for training and evaluation.
### Evaluation
Please refer to [evaluation](_evaluation_) page for the details of face alignment evaluation.
## Methods
Supported methods:
- [x] [SDUNets (BMVC'2018)](heatmap)
- [x] [SimpleRegression](coordinate_reg)
## Contributing
We appreciate all contributions to improve the face alignment model zoo of InsightFace.
2019-01-08 17:21:24 +08:00
2019-02-03 12:37:44 +08:00