mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-10 18:00:17 +00:00
43 lines
858 B
Markdown
43 lines
858 B
Markdown
## 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)
|
|
- [x] [Alignment By Face Synthetics](synthetics)
|
|
|
|
|
|
## Contributing
|
|
|
|
We appreciate all contributions to improve the face alignment model zoo of InsightFace.
|
|
|
|
|