File size: 860 Bytes
6a8230c | 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
dtype: image
- name: image_id
dtype: string
- name: objects
struct:
- name: bbox
list:
list: int64
length: 4
- name: category
list:
class_label:
names:
'0': ignored_regions
'1': pedestrian
'2': people
'3': bicycle
'4': car
'5': van
'6': truck
'7': tricycle
'8': awning-tricycle
'9': bus
'10': motor
'11': others
- name: area
list: int64
- name: id
list: int64
splits:
- name: train
num_bytes: 1318091366
num_examples: 6471
download_size: 1550690217
dataset_size: 1318091366
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|