File size: 707 Bytes
f286299 1ea8b8c b9daec6 1ea8b8c f286299 | 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 | ---
dataset_info:
features:
- name: image
dtype: image
- name: height
dtype: int64
- name: width
dtype: int64
- name: image_id
dtype: int64
- name: objects
struct:
- name: area
sequence: float64
- name: bbox
sequence:
sequence: float64
- name: category
sequence: int32
- name: id
sequence: int64
splits:
- name: test
num_bytes: 3878644.393939394
num_examples: 10
- name: train
num_bytes: 25599110.0
num_examples: 66
download_size: 73533784
dataset_size: 29477754.393939395
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|