CoolFace
Datasetpublic

ARG-NCTU/Split_Port_Ship_Classification_Dataset_coco

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes44downloads
README.md45 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image_id5    dtype: int646  - name: image7    dtype: image8  - name: width9    dtype: int6410  - name: height11    dtype: int6412  - name: objects13    struct:14    - name: area15      sequence: float6416    - name: bbox17      sequence:18        sequence: float6419    - name: category20      sequence: string21    - name: id22      sequence: int6423  splits:24  - name: train25    num_bytes: 3776762358.641023626    num_examples: 1194327  - name: validation28    num_bytes: 1082489923.134991229    num_examples: 341330  - name: test31    num_bytes: 538124300.614984932    num_examples: 170733  download_size: 544813330334  dataset_size: 5397376582.39099935configs:36- config_name: default37  data_files:38  - split: train39    path: data/train-*40  - split: validation41    path: data/validation-*42  - split: test43    path: data/test-*44---45