File size: 754 Bytes
3404b80 dfd4276 3404b80 dfd4276 3404b80 | 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 | ---
dataset_info:
features:
- name: image_id
dtype: string
- name: is_business_casual
dtype: string
- name: category
dtype: string
- name: subcategory
dtype: string
- name: pattern
dtype: string
- name: style
dtype: string
- name: fabric
dtype: string
- name: image
dtype: image
- name: description
dtype: string
- name: aug_source
dtype: string
splits:
- name: original
num_bytes: 1128454.0
num_examples: 100
- name: augmented
num_bytes: 715959500.0
num_examples: 10000
download_size: 179438529
dataset_size: 717087954.0
configs:
- config_name: default
data_files:
- split: original
path: data/original-*
- split: augmented
path: data/augmented-*
---
|