Files
insightface/alignment/coordinate_reg/README.md

55 lines
1.5 KiB
Markdown
Raw Normal View History

2020-07-24 00:32:22 +08:00
### Introduction
2020-07-23 19:52:32 +08:00
2020-07-24 14:10:38 +08:00
Here we provide some lightweight facial landmark models with fast coordinate regression.
The input of these models is loose cropped face image while the output is the direct landmark coordinates.
2020-07-23 19:52:32 +08:00
2020-07-24 00:32:22 +08:00
### Pretrained Models
2020-07-24 14:10:38 +08:00
- **Model ``2d106det``**
2020-07-24 00:32:22 +08:00
2020-07-24 14:10:38 +08:00
Given face detection bounding box, predict 2d-106 landmarks. Mainly used for static image inference. Please check ``image_infer.py`` for detail.
2020-07-26 20:43:53 +08:00
2020-07-27 10:40:05 +08:00
Backbone: MobileNet-0.5, size 5MB.
2020-08-08 11:25:32 +08:00
Input: size 192x192, loose cropped detection bounding-box.
2020-07-30 16:46:12 +01:00
Download link:
[baidu cloud](https://pan.baidu.com/s/10m5GmtNV5snynDrq3KqIdg) (code: ``lqvv``)
[google drive](https://drive.google.com/file/d/1MBWbTEYRhZFzj_O2f2Dc6fWGXFWtbMFw/view?usp=sharing)
2020-07-24 00:32:22 +08:00
2020-07-24 14:10:38 +08:00
- **Model ``2d106track``**
2020-07-24 00:32:22 +08:00
2020-07-24 14:10:38 +08:00
Given landmarks bounding box, predict 2d-106 landmarks. Used for video landmarks tracking.
2020-07-26 20:43:53 +08:00
Download link: coming soon
2020-07-24 00:32:22 +08:00
### Visualization
2020-07-27 10:38:22 +08:00
2020-07-27 18:26:52 +08:00
<p align="center">Points mark-up(ordered by point names):</p>
2020-07-27 10:35:16 +08:00
<div align="center">
<img src="https://github.com/nttstar/insightface-resources/blob/master/alignment/images/2d106markup.jpg" alt="markup" width="320">
</div>
2020-07-27 18:26:52 +08:00
<p align="center">Image result:</p>
2020-07-27 10:35:16 +08:00
2020-07-27 10:36:33 +08:00
<div align="center">
<img src="https://github.com/nttstar/insightface-resources/blob/master/alignment/images/t1_out.jpg" alt="imagevis" width="800">
</div>
2020-07-23 19:52:32 +08:00
2020-07-27 18:26:52 +08:00
<p align="center">Video result:</p>
2020-07-27 10:35:16 +08:00
2020-07-27 10:36:33 +08:00
<div align="center">
2020-07-27 10:38:22 +08:00
<img src="https://github.com/nttstar/insightface-resources/blob/master/alignment/images/C_jiaguo.gif" alt="videovis" width="240">
2020-07-27 10:36:33 +08:00
</div>
2020-07-27 10:35:16 +08:00
2020-07-24 14:10:38 +08:00
### FAQ
2020-07-23 19:52:32 +08:00