Add keypoint-detection pipeline tag
#2
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
---
|
|
|
4 |
Pretrained models and datasets of our method **SemiUHPE**
|
5 |
|
6 |
Title: *Semi-Supervised Unconstrained Head Pose Estimation in the Wild*
|
@@ -32,5 +34,4 @@ Project link: https://hnuzhy.github.io/projects/SemiUHPE/
|
|
32 |
* Labeled 300W-LP and AFLW2000 (about 120K synthetic heads in 300W-LP, and 2000 real wild heads in AFLW2000):
|
33 |
* You can download them from [3DDFA homepage](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm). Please see [dataset_300WLP.py](https://github.com/hnuzhy/SemiUHPE/tree/main/src/datasets/dataset_300WLP.py) and [dataset_AFLW2000.py](https://github.com/hnuzhy/SemiUHPE/tree/main/src/datasets/dataset_AFLW2000.py) for more details.
|
34 |
* Labeled DAD-3DHeads (37840 images in train-set, 4312 images in val-set, and 2746 images in test-set):
|
35 |
-
* You can download them from [DAD-3DHeads](https://github.com/PinataFarms/DAD-3DHeads). Please see [dataset_DAD3DHeads.py](https://github.com/hnuzhy/SemiUHPE/tree/main/src/datasets/dataset_DAD3DHeads.py#L257) for more details.
|
36 |
-
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: keypoint-detection
|
4 |
---
|
5 |
+
|
6 |
Pretrained models and datasets of our method **SemiUHPE**
|
7 |
|
8 |
Title: *Semi-Supervised Unconstrained Head Pose Estimation in the Wild*
|
|
|
34 |
* Labeled 300W-LP and AFLW2000 (about 120K synthetic heads in 300W-LP, and 2000 real wild heads in AFLW2000):
|
35 |
* You can download them from [3DDFA homepage](http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm). Please see [dataset_300WLP.py](https://github.com/hnuzhy/SemiUHPE/tree/main/src/datasets/dataset_300WLP.py) and [dataset_AFLW2000.py](https://github.com/hnuzhy/SemiUHPE/tree/main/src/datasets/dataset_AFLW2000.py) for more details.
|
36 |
* Labeled DAD-3DHeads (37840 images in train-set, 4312 images in val-set, and 2746 images in test-set):
|
37 |
+
* You can download them from [DAD-3DHeads](https://github.com/PinataFarms/DAD-3DHeads). Please see [dataset_DAD3DHeads.py](https://github.com/hnuzhy/SemiUHPE/tree/main/src/datasets/dataset_DAD3DHeads.py#L257) for more details.
|
|