File size: 872 Bytes
1aa0a2d 93a8c6d 1aa0a2d 93a8c6d 1aa0a2d 93a8c6d 1aa0a2d 93a8c6d 1aa0a2d 93a8c6d 5913079 93a8c6d 1aa0a2d |
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 47 |
---
dataset_info:
features:
- name: image
dtype: image
- name: image_id
dtype: int64
- name: annotations
sequence:
- name: file_name
dtype: string
- name: image_id
dtype: int64
- name: category_id
dtype:
class_label:
names:
'0': bin
'1': hand
'2': not_bin
'3': not_hand
'4': not_trash
'5': trash
- name: bbox
sequence: float32
length: 4
- name: iscrowd
dtype: int64
- name: area
dtype: float32
- name: label_source
dtype: string
- name: image_source
dtype: string
splits:
- name: train
num_bytes: 696445392.0
num_examples: 750
download_size: 696190511
dataset_size: 696445392.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|