File size: 2,806 Bytes
08533f2 8e23565 babc49d 8e23565 babc49d 8e23565 babc49d 8e23565 babc49d 8e23565 babc49d 8e23565 babc49d 8e23565 babc49d 8e23565 babc49d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 |
---
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': image
'1': mask
splits:
- name: train
num_bytes: 1223473700.216
num_examples: 33412
- name: test
num_bytes: 86320426.0
num_examples: 2000
download_size: 797318222
dataset_size: 1309794126.216
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# Dataset Card for Dataset Name
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.
## Dataset Details
### Dataset Description
- **Curated by:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
- **Shared by [optional]:** Xiaodan Liang, Si Liu, Xiaohui Shen, Jianchao Yang, Luoqi Liu, Jian Dong, Liang Lin, Shuicheng Yan
- **License:** MIT
### Dataset Sources [optional]
<!-- Provide the basic links for the dataset. -->
- **Repository:** https://github.com/lemondan/HumanParsing-Dataset
- **Paper [optional]:** Deep Human Parsing with Active Template Regression
## Uses
Semantic segmentation
### Direct Use
Human Body Parsing
## Dataset Structure
dataset/
|-- train/
| |-- images/
| | |-- image1.jpg
| | |-- image2.jpg
| | |-- ...
| |
| |-- masks/
| |-- mask1.jpg
| |-- mask2.jpg
| |-- ...
|
|-- test/
| |-- images/
| | |-- test_image1.jpg
| | |-- test_image2.jpg
| | |-- ...
| |
| |-- masks/
| |-- test_mask1.jpg
| |-- test_mask2.jpg
| |-- ...
## Human Parsing Labels
- 0: **background**
- 1: **hat**
- 2: **hair**
- 3: **sunglasses**
- 4: **upperclothes**
- 5: **skirt**
- 6: **pants**
- 7: **dress**
- 8: **belt**
- 9: **leftshoe**
- 10: **rightshoe**
- 11: **face**
- 12: **leftleg**
- 13: **rightleg**
- 14: **leftarm**
- 15: **rightarm**
- 16: **bag**
- 17: **scarf**
**BibTeX:**
@article{liang2015deep,
title={Deep human parsing with active template regression},
author={Liang, Xiaodan and Liu, Si and Shen, Xiaohui and Yang, Jianchao and Liu, Luoqi and Dong, Jian and Lin, Liang and Yan, Shuicheng},
journal={IEEE transactions on pattern analysis and machine intelligence},
volume={37},
number={12},
pages={2402--2414},
year={2015},
publisher={IEEE}
}
## Dataset Card Authors [optional]
Christian Kotait
|