|
--- |
|
dataset_info: |
|
features: |
|
- name: caption |
|
sequence: string |
|
- name: image_id |
|
dtype: string |
|
- name: split |
|
dtype: string |
|
- name: image |
|
dtype: image |
|
splits: |
|
- name: train |
|
num_bytes: 7714491290 |
|
num_examples: 957606 |
|
- name: val |
|
num_bytes: 4093752 |
|
num_examples: 478 |
|
- name: test |
|
num_bytes: 7722392 |
|
num_examples: 929 |
|
- name: restval |
|
num_bytes: 3670999 |
|
num_examples: 475 |
|
download_size: 7603460219 |
|
dataset_size: 7729978433 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
- split: val |
|
path: data/val-* |
|
- split: test |
|
path: data/test-* |
|
- split: restval |
|
path: data/restval-* |
|
size_categories: |
|
- 1M<n<10M |
|
--- |
|
|
|
I downloaded the dataset from Baidu and then preprocessed LUPerson-T into the standard format of the HuggingFace Dataset. |
|
Source: https://github.com/ZhiyinShao-H/UniPT |