aquarium-qlnqy / README.md
Francesco's picture
Upload README.md with huggingface_hub
d35aa3d
|
raw
history blame
962 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': aquarium
                '1': fish
                '2': jellyfish
                '3': penguin
                '4': puffin
                '5': shark
                '6': starfish
                '7': stingray
  splits:
    - name: train
      num_bytes: 27311262
      num_examples: 448
    - name: validation
      num_bytes: 3543917
      num_examples: 63
  download_size: 30786588
  dataset_size: 30855179

Dataset Card for "aquarium-qlnqy"

More Information needed