File size: 822 Bytes
f252f24 1798a84 f252f24 1798a84 f252f24 |
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 |
---
dataset_info:
features:
- name: image_id
dtype: string
- name: image
dtype: image
- name: width
dtype: int64
- name: height
dtype: int64
- name: meta
struct:
- name: barcode
dtype: string
- name: off_image_id
dtype: string
- name: image_url
dtype: string
- name: objects
struct:
- name: bbox
sequence:
sequence: float32
- name: category_id
sequence: int64
- name: category_name
sequence: string
splits:
- name: train
num_bytes: 271441122.0
num_examples: 638
- name: val
num_bytes: 29709703.0
num_examples: 71
download_size: 301031945
dataset_size: 301150825.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
---
|