File size: 828 Bytes
b9458a6 |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: image_filename
dtype: string
- name: split
dtype: string
- name: image_width
dtype: int32
- name: image_height
dtype: int32
- name: num_objects
dtype: int32
- name: object_class_ids
list: int32
- name: object_class_names
list: string
- name: object_bboxes
list:
list: float32
splits:
- name: train
num_bytes: 13254738426
num_examples: 70000
- name: val
num_bytes: 2836496595
num_examples: 15000
- name: test
num_bytes: 2828908635
num_examples: 15000
download_size: 18927773527
dataset_size: 18920143656
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|