marbles / README.md
Francesco's picture
Upload README.md with huggingface_hub
adad113
|
raw
history blame
881 Bytes
metadata
dataset_info:
  features:
    - name: image_id
      dtype: int64
    - name: image
      dtype: image
    - name: width
      dtype: int32
    - name: height
      dtype: int32
    - name: objects
      sequence:
        - name: id
          dtype: int64
        - name: area
          dtype: int64
        - name: bbox
          sequence: float32
          length: 4
        - name: category
          dtype:
            class_label:
              names:
                '0': marbles
                '1': red
                '2': white
  splits:
    - name: train
      num_bytes: 1966725
      num_examples: 54
    - name: validation
      num_bytes: 1102705
      num_examples: 32
    - name: test
      num_bytes: 675772
      num_examples: 19
  download_size: 3599694
  dataset_size: 3745202

Dataset Card for "marbles"

More Information needed