--- license: apache-2.0 dataset_info: features: - name: image_id dtype: int64 - name: image dtype: image - name: width dtype: int32 - name: height dtype: int32 - name: objects sequence: - name: id dtype: int64 - name: area dtype: int64 - name: iscrowd dtype: int32 - name: bbox sequence: int32 length: 4 - name: segmentation sequence: sequence: float32 - name: category dtype: class_label: names: '0': balloon splits: - name: train num_bytes: 30885059.0 num_examples: 61 - name: validation num_bytes: 8091792.0 num_examples: 13 - name: test num_bytes: 8091792.0 num_examples: 13 download_size: 46964077 dataset_size: 47068643.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* --- balloon coco datasets format from https://github.com/matterport/Mask_RCNN/