balloon / README.md
poissonfish's picture
Upload README.md with huggingface_hub
7866be5 verified
|
raw
history blame
No virus
1.08 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: image_id
      dtype: int64
    - name: filename
      dtype: string
    - name: annotations
      sequence:
        - name: id
          dtype: int64
        - name: image_id
          dtype: int64
        - name: category_id
          dtype: int64
        - name: iscrowd
          dtype: int64
        - name: area
          dtype: float64
        - name: bbox
          sequence: float64
          length: 4
        - name: segmentation
          sequence:
            sequence: int64
  splits:
    - name: train
      num_bytes: 23704472
      num_examples: 47
    - name: validation
      num_bytes: 6532081
      num_examples: 11
    - name: test
      num_bytes: 8824061
      num_examples: 16
  download_size: 38896408
  dataset_size: 39060614

Dataset Card for "balloon"

More Information needed