cable-damage / README.md
Francesco's picture
Upload README.md with huggingface_hub
e133b02
|
raw
history blame
906 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': cable-damage
                '1': break
                '2': thunderbolt
  splits:
    - name: train
      num_bytes: 33068852
      num_examples: 919
    - name: validation
      num_bytes: 4932580
      num_examples: 134
    - name: test
      num_bytes: 9286567
      num_examples: 265
  download_size: 47287385
  dataset_size: 47287999

Dataset Card for "cable-damage"

More Information needed