IDID_Dataset / README.md
grantmwilkinson's picture
Upload dataset
b3b26aa verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: filename
      dtype: string
    - name: objects
      list:
        - name: bbox
          list: int64
        - name: comments
          dtype: string
        - name: conditions
          dtype: string
        - name: manufacturer
          dtype: string
        - name: material
          dtype: string
        - name: name
          dtype: string
        - name: string
          dtype: int64
        - name: type
          dtype: string
  splits:
    - name: train
      num_bytes: 1806378096.88
      num_examples: 1120
    - name: validation
      num_bytes: 397841388.2
      num_examples: 240
    - name: test
      num_bytes: 402590629.2
      num_examples: 240
  download_size: 2611326806
  dataset_size: 2606810114.2799997
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*