ckotait commited on
Commit
cc91e24
1 Parent(s): babc49d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -41
README.md CHANGED
@@ -27,63 +27,29 @@ configs:
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
- ## Dataset Details
35
-
36
- ### Dataset Description
37
-
38
-
39
-
40
-
41
 
42
  - **Curated by:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
43
- - **Shared by [optional]:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
44
  - **License:** MIT
45
 
46
- ### Dataset Sources [optional]
47
-
48
- <!-- Provide the basic links for the dataset. -->
49
 
50
  - **Repository:** https://github.com/lemondan/HumanParsing-Dataset
51
- - **Paper [optional]:** Deep Human Parsing with Active Template Regression
52
 
53
  ## Uses
54
 
55
  Semantic segmentation
56
 
57
- ### Direct Use
58
 
59
  Human Body Parsing
60
 
61
- ## Dataset Structure
62
-
63
- dataset/
64
- |-- train/
65
- | |-- images/
66
- | | |-- image1.jpg
67
- | | |-- image2.jpg
68
- | | |-- ...
69
- | |
70
- | |-- masks/
71
- | |-- mask1.jpg
72
- | |-- mask2.jpg
73
- | |-- ...
74
- |
75
- |-- test/
76
- | |-- images/
77
- | | |-- test_image1.jpg
78
- | | |-- test_image2.jpg
79
- | | |-- ...
80
- | |
81
- | |-- masks/
82
- | |-- test_mask1.jpg
83
- | |-- test_mask2.jpg
84
- | |-- ...
85
-
86
-
87
  ## Human Parsing Labels
88
 
89
  - 0: **background**
@@ -118,6 +84,6 @@ dataset/
118
  publisher={IEEE}
119
  }
120
 
121
- ## Dataset Card Authors [optional]
122
 
123
  Christian Kotait
 
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
+ ## 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
+ ## Dataset Sources
 
 
41
 
42
  - **Repository:** https://github.com/lemondan/HumanParsing-Dataset
43
+ - **Paper:** Deep Human Parsing with Active Template Regression
44
 
45
  ## Uses
46
 
47
  Semantic segmentation
48
 
49
+ ## Direct Use
50
 
51
  Human Body Parsing
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  ## Human Parsing Labels
54
 
55
  - 0: **background**
 
84
  publisher={IEEE}
85
  }
86
 
87
+ ## Dataset Card Authors
88
 
89
  Christian Kotait