solar-panels-taxvb / README.md
Francesco's picture
Upload README.md with huggingface_hub
a0c81b0
|
raw
history blame
992 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': solar-panels
                '1': Cell
                '2': Cell-Multi
                '3': No-Anomaly
                '4': Shadowing
                '5': Unclassified
  splits:
    - name: train
      num_bytes: 8653369
      num_examples: 112
    - name: validation
      num_bytes: 1544171
      num_examples: 19
    - name: test
      num_bytes: 2318018
      num_examples: 30
  download_size: 12296806
  dataset_size: 12515558

Dataset Card for "solar-panels-taxvb"

More Information needed