uodd / README.md
HichTala's picture
Upload dataset
1f3952f verified
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image
      dtype: image
    - name: width
      dtype: int64
    - name: height
      dtype: int64
    - name: objects
      sequence:
        - name: bbox_id
          dtype: int64
        - name: category
          dtype:
            class_label:
              names:
                '0': 0B
                '1': 1B
                '2': 2B
        - name: bbox
          sequence: int64
          length: 4
        - name: area
          dtype: int64
  splits:
    - name: train
      num_bytes: 85124606.08
      num_examples: 2560
    - name: validation
      num_bytes: 3414171
      num_examples: 128
    - name: test
      num_bytes: 16513166
      num_examples: 506
  download_size: 99629539
  dataset_size: 105051943.08
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*