Update README.md
Browse files
README.md
CHANGED
@@ -27,30 +27,21 @@ configs:
|
|
27 |
path: data/test-*
|
28 |
---
|
29 |
|
30 |
-
|
31 |
|
32 |
We used the \href{https://arxiv.org/abs/1503.02391}{ATR Dataset} for this task. The Active Template Regression (ATR) dataset comprises 18 semantic category labels, encompassing items such as face, sunglasses, hat, scarf, hair, upper clothes, left arm, right arm, belt, pants, left leg, right leg, skirt, left shoe, right shoe, bag, dress, and background. A total of 17,700 images were incorporated into the ATR dataset. 16,700 images were designated for training, and 1,000 for testing.
|
33 |
|
34 |
-
## Dataset Description
|
35 |
|
36 |
- **Curated by:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
|
37 |
- **Shared by:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
|
38 |
- **License:** MIT
|
39 |
|
40 |
-
|
41 |
|
42 |
- **Repository:** https://github.com/lemondan/HumanParsing-Dataset
|
43 |
- **Paper:** Deep Human Parsing with Active Template Regression
|
44 |
|
45 |
-
|
46 |
-
|
47 |
-
Semantic segmentation
|
48 |
-
|
49 |
-
## Direct Use
|
50 |
-
|
51 |
-
Human Body Parsing
|
52 |
-
|
53 |
-
## Human Parsing Labels
|
54 |
|
55 |
- 0: **background**
|
56 |
- 1: **hat**
|
@@ -71,6 +62,11 @@ Human Body Parsing
|
|
71 |
- 16: **bag**
|
72 |
- 17: **scarf**
|
73 |
|
|
|
|
|
|
|
|
|
|
|
74 |
**BibTeX:**
|
75 |
|
76 |
@article{liang2015deep,
|
|
|
27 |
path: data/test-*
|
28 |
---
|
29 |
|
30 |
+
# Dataset Card for Dataset Name
|
31 |
|
32 |
We used the \href{https://arxiv.org/abs/1503.02391}{ATR Dataset} for this task. The Active Template Regression (ATR) dataset comprises 18 semantic category labels, encompassing items such as face, sunglasses, hat, scarf, hair, upper clothes, left arm, right arm, belt, pants, left leg, right leg, skirt, left shoe, right shoe, bag, dress, and background. A total of 17,700 images were incorporated into the ATR dataset. 16,700 images were designated for training, and 1,000 for testing.
|
33 |
|
|
|
34 |
|
35 |
- **Curated by:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
|
36 |
- **Shared by:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
|
37 |
- **License:** MIT
|
38 |
|
39 |
+
# Dataset Sources
|
40 |
|
41 |
- **Repository:** https://github.com/lemondan/HumanParsing-Dataset
|
42 |
- **Paper:** Deep Human Parsing with Active Template Regression
|
43 |
|
44 |
+
# Human Parsing Labels
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
- 0: **background**
|
47 |
- 1: **hat**
|
|
|
62 |
- 16: **bag**
|
63 |
- 17: **scarf**
|
64 |
|
65 |
+
|
66 |
+
# Uses
|
67 |
+
|
68 |
+
Semantic segmentation, and more specifically, human body parsing.
|
69 |
+
|
70 |
**BibTeX:**
|
71 |
|
72 |
@article{liang2015deep,
|