Datasets:
File size: 1,032 Bytes
e76f3a5 afe5522 358613e afe5522 d8e2819 d3f70ee d8e2819 d3f70ee d8e2819 517684a e76f3a5 3c47ed1 50c69d3 3c47ed1 50c69d3 3c47ed1 50c69d3 |
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 |
---
license: mit
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': gt
'1': pose
'2': st
- name: caption
dtype: string
- name: gtimage
dtype: image
- name: stimage
dtype: image
splits:
- name: train
num_bytes: 1702123872.04
num_examples: 15764
- name: test
num_bytes: 144819992.92
num_examples: 1346
download_size: 1762884199
dataset_size: 1846943864.96
task_categories:
- image-to-text
- image-captioning
- keypoint-estimation
---
### Dataset Summary
The data is based on DeepFashion; turned into image pairs of the same person in same garment with different poses.
This won't preserve the person/garment at all but just want to process the data first and see what kind of controlnet it can train as an exercise for training a controlnet.
The controlnet_aux's openpose detector sometimes return black images for occluded human images so there won't be a lot of valid image pairs. |