Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Formats:
parquet
Sub-tasks:
semantic-segmentation
Size:
10K - 100K
mattmdjaga
commited on
Commit
•
b0d0230
1
Parent(s):
28d1a08
Adjusting readme
Browse files
README.md
CHANGED
@@ -11,7 +11,155 @@ dataset_info:
|
|
11 |
num_examples: 17706
|
12 |
download_size: 795474765
|
13 |
dataset_size: 782650129.668
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
-
# Dataset Card for
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
|
|
|
|
11 |
num_examples: 17706
|
12 |
download_size: 795474765
|
13 |
dataset_size: 782650129.668
|
14 |
+
task_categories:
|
15 |
+
- image-segmentation
|
16 |
+
task_ids:
|
17 |
+
- semantic-segmentation
|
18 |
+
size_categories:
|
19 |
+
- 10K<n<100K
|
20 |
+
|
21 |
---
|
22 |
+
# Dataset Card for [Dataset Name]
|
23 |
+
|
24 |
+
## Table of Contents
|
25 |
+
- [Table of Contents](#table-of-contents)
|
26 |
+
- [Dataset Description](#dataset-description)
|
27 |
+
- [Dataset Summary](#dataset-summary)
|
28 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
29 |
+
- [Languages](#languages)
|
30 |
+
- [Dataset Structure](#dataset-structure)
|
31 |
+
- [Data Instances](#data-instances)
|
32 |
+
- [Data Fields](#data-fields)
|
33 |
+
- [Data Splits](#data-splits)
|
34 |
+
- [Dataset Creation](#dataset-creation)
|
35 |
+
- [Curation Rationale](#curation-rationale)
|
36 |
+
- [Source Data](#source-data)
|
37 |
+
- [Annotations](#annotations)
|
38 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
39 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
40 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
41 |
+
- [Discussion of Biases](#discussion-of-biases)
|
42 |
+
- [Other Known Limitations](#other-known-limitations)
|
43 |
+
- [Additional Information](#additional-information)
|
44 |
+
- [Dataset Curators](#dataset-curators)
|
45 |
+
- [Licensing Information](#licensing-information)
|
46 |
+
- [Citation Information](#citation-information)
|
47 |
+
- [Contributions](#contributions)
|
48 |
+
|
49 |
+
## Dataset Description
|
50 |
+
|
51 |
+
- **Homepage:**
|
52 |
+
- **Repository:**
|
53 |
+
- **Paper:**
|
54 |
+
- **Leaderboard:**
|
55 |
+
- **Point of Contact:**
|
56 |
+
|
57 |
+
### Dataset Summary
|
58 |
+
|
59 |
+
This dataset has 17,706 images and mask pairs. It is just a copy of
|
60 |
+
[Deep Human Parsing](https://github.com/lemondan/HumanParsing-Dataset) ATR dataset. The mask labels are:
|
61 |
+
"0": "Background",
|
62 |
+
"1": "Hat",
|
63 |
+
"2": "Hair",
|
64 |
+
"3": "Sunglasses",
|
65 |
+
"4": "Upper-clothes",
|
66 |
+
"5": "Skirt",
|
67 |
+
"6": "Pants",
|
68 |
+
"7": "Dress",
|
69 |
+
"8": "Belt",
|
70 |
+
"9": "Left-shoe",
|
71 |
+
"10": "Right-shoe",
|
72 |
+
"11": "Face",
|
73 |
+
"12": "Left-leg",
|
74 |
+
"13": "Right-leg",
|
75 |
+
"14": "Left-arm",
|
76 |
+
"15": "Right-arm",
|
77 |
+
"16": "Bag",
|
78 |
+
"17": "Scarf"
|
79 |
+
### Supported Tasks and Leaderboards
|
80 |
+
|
81 |
+
[More Information Needed]
|
82 |
+
|
83 |
+
### Languages
|
84 |
+
|
85 |
+
[More Information Needed]
|
86 |
+
|
87 |
+
## Dataset Structure
|
88 |
+
|
89 |
+
### Data Instances
|
90 |
+
|
91 |
+
[More Information Needed]
|
92 |
+
|
93 |
+
### Data Fields
|
94 |
+
|
95 |
+
[More Information Needed]
|
96 |
+
|
97 |
+
### Data Splits
|
98 |
+
|
99 |
+
[More Information Needed]
|
100 |
+
|
101 |
+
## Dataset Creation
|
102 |
+
|
103 |
+
### Curation Rationale
|
104 |
+
|
105 |
+
[More Information Needed]
|
106 |
+
|
107 |
+
### Source Data
|
108 |
+
|
109 |
+
#### Initial Data Collection and Normalization
|
110 |
+
|
111 |
+
[More Information Needed]
|
112 |
+
|
113 |
+
#### Who are the source language producers?
|
114 |
+
|
115 |
+
[More Information Needed]
|
116 |
+
|
117 |
+
### Annotations
|
118 |
+
|
119 |
+
#### Annotation process
|
120 |
+
|
121 |
+
[More Information Needed]
|
122 |
+
|
123 |
+
#### Who are the annotators?
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Personal and Sensitive Information
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
## Considerations for Using the Data
|
132 |
+
|
133 |
+
### Social Impact of Dataset
|
134 |
+
|
135 |
+
[More Information Needed]
|
136 |
+
|
137 |
+
### Discussion of Biases
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
### Other Known Limitations
|
142 |
+
|
143 |
+
[More Information Needed]
|
144 |
+
|
145 |
+
## Additional Information
|
146 |
+
|
147 |
+
### Dataset Curators
|
148 |
+
|
149 |
+
[More Information Needed]
|
150 |
+
|
151 |
+
### Licensing Information
|
152 |
+
|
153 |
+
[More Information Needed]
|
154 |
+
|
155 |
+
### Citation Information
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Contributions
|
160 |
+
|
161 |
+
```bibtex
|
162 |
+
@ARTICLE{ATR, author={Xiaodan Liang and Si Liu and Xiaohui Shen and Jianchao Yang and Luoqi Liu and Jian Dong and Liang Lin and Shuicheng Yan}, journal={Pattern Analysis and Machine Intelligence, IEEE Transactions on}, title={Deep Human Parsing with Active Template Regression}, year={2015}, volume={37}, number={12}, pages={2402-2414}, doi={10.1109/TPAMI.2015.2408360}, ISSN={0162-8828}, month={Dec}}
|
163 |
|
164 |
+
@InProceedings{CO-CNN, author={Xiaodan Liang and Chunyan Xu and Xiaohui Shen and Jianchao Yang and Si Liu and Jinhui Tang and Liang Lin and Shuicheng Yan}, journal ={Pattern Analysis and Machine Intelligence, IEEE Transactions on}, title={ICCV}, year={2015}, }
|
165 |
+
```
|