od_dataset / README.md
iarbel's picture
Upload README.md with huggingface_hub
b637014 verified
|
raw
history blame contribute delete
No virus
812 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: height
      dtype: int64
    - name: width
      dtype: int64
    - name: image_id
      dtype: string
    - name: objects
      struct:
        - name: area
          sequence: int64
        - name: bbox
          sequence:
            sequence: int64
        - name: category
          sequence: int64
  splits:
    - name: train
      num_bytes: 4345863
      num_examples: 80
    - name: test
      num_bytes: 1017795
      num_examples: 19
  download_size: 5262915
  dataset_size: 5363658

Dataset Card for "od_dataset"

More Information needed