dwb2023's picture
Upload dataset
0962dc3 verified
|
raw
history blame
679 Bytes
metadata
dataset_info:
  features:
    - name: image_id
      dtype: string
    - name: image
      dtype: image
    - name: annotations
      struct:
        - name: image
          dtype: string
        - name: prefix
          dtype: string
        - name: suffix
          dtype: string
  splits:
    - name: train
      num_bytes: 5506310
      num_examples: 255
    - name: test
      num_bytes: 772572
      num_examples: 36
    - name: validation
      num_bytes: 1570520
      num_examples: 73
  download_size: 7729403
  dataset_size: 7849402
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*