ckotait commited on
Commit
babc49d
1 Parent(s): 8e23565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -104
README.md CHANGED
@@ -29,7 +29,7 @@ configs:
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. Following the approach outlined in \cite{zhang2020correlating}, 16,000 images were designated for training, 1,000 for testing, and 700 for validation.
33
 
34
  ## Dataset Details
35
 
@@ -39,126 +39,85 @@ We used the \href{https://arxiv.org/abs/1503.02391}{ATR Dataset} for this task.
39
 
40
 
41
 
42
- - **Curated by:** [More Information Needed]
43
- - **Funded by [optional]:** [More Information Needed]
44
- - **Shared by [optional]:** [More Information Needed]
45
- - **Language(s) (NLP):** [More Information Needed]
46
- - **License:** [More Information Needed]
47
 
48
  ### Dataset Sources [optional]
49
 
50
  <!-- Provide the basic links for the dataset. -->
51
 
52
- - **Repository:** [More Information Needed]
53
- - **Paper [optional]:** [More Information Needed]
54
- - **Demo [optional]:** [More Information Needed]
55
 
56
  ## Uses
57
 
58
- <!-- Address questions around how the dataset is intended to be used. -->
59
 
60
  ### Direct Use
61
 
62
- <!-- This section describes suitable use cases for the dataset. -->
63
-
64
- [More Information Needed]
65
-
66
- ### Out-of-Scope Use
67
-
68
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
69
-
70
- [More Information Needed]
71
 
72
  ## Dataset Structure
73
 
74
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
75
-
76
- [More Information Needed]
77
-
78
- ## Dataset Creation
79
-
80
- ### Curation Rationale
81
-
82
- <!-- Motivation for the creation of this dataset. -->
83
-
84
- [More Information Needed]
85
-
86
- ### Source Data
87
-
88
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
89
-
90
- #### Data Collection and Processing
91
-
92
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
93
-
94
- [More Information Needed]
95
-
96
- #### Who are the source data producers?
97
-
98
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
99
-
100
- [More Information Needed]
101
-
102
- ### Annotations [optional]
103
-
104
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
105
-
106
- #### Annotation process
107
-
108
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
109
-
110
- [More Information Needed]
111
-
112
- #### Who are the annotators?
113
-
114
- <!-- This section describes the people or systems who created the annotations. -->
115
-
116
- [More Information Needed]
117
-
118
- #### Personal and Sensitive Information
119
-
120
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
121
-
122
- [More Information Needed]
123
-
124
- ## Bias, Risks, and Limitations
125
-
126
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
127
-
128
- [More Information Needed]
129
-
130
- ### Recommendations
131
-
132
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
133
-
134
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
135
-
136
- ## Citation [optional]
137
-
138
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
139
 
140
  **BibTeX:**
141
 
142
- [More Information Needed]
143
-
144
- **APA:**
145
-
146
- [More Information Needed]
147
-
148
- ## Glossary [optional]
149
-
150
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
151
-
152
- [More Information Needed]
153
-
154
- ## More Information [optional]
155
-
156
- [More Information Needed]
157
 
158
  ## Dataset Card Authors [optional]
159
 
160
- [More Information Needed]
161
-
162
- ## Dataset Card Contact
163
-
164
- [More Information Needed]
 
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
 
 
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**
90
+ - 1: **hat**
91
+ - 2: **hair**
92
+ - 3: **sunglasses**
93
+ - 4: **upperclothes**
94
+ - 5: **skirt**
95
+ - 6: **pants**
96
+ - 7: **dress**
97
+ - 8: **belt**
98
+ - 9: **leftshoe**
99
+ - 10: **rightshoe**
100
+ - 11: **face**
101
+ - 12: **leftleg**
102
+ - 13: **rightleg**
103
+ - 14: **leftarm**
104
+ - 15: **rightarm**
105
+ - 16: **bag**
106
+ - 17: **scarf**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
107
 
108
  **BibTeX:**
109
 
110
+ @article{liang2015deep,
111
+ title={Deep human parsing with active template regression},
112
+ author={Liang, Xiaodan and Liu, Si and Shen, Xiaohui and Yang, Jianchao and Liu, Luoqi and Dong, Jian and Lin, Liang and Yan, Shuicheng},
113
+ journal={IEEE transactions on pattern analysis and machine intelligence},
114
+ volume={37},
115
+ number={12},
116
+ pages={2402--2414},
117
+ year={2015},
118
+ publisher={IEEE}
119
+ }
 
 
 
 
 
120
 
121
  ## Dataset Card Authors [optional]
122
 
123
+ Christian Kotait