--- 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-* ---