circuit-voltages / README.md
Francesco's picture
Upload README.md with huggingface_hub
c3cdaa2
|
raw
history blame
922 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': circuit-voltages
                '1': GND
                '2': IDC
                '3': IDC_I
                '4': R
                '5': VDC
                '6': VDC_I
  splits:
    - name: train
      num_bytes: 2326582
      num_examples: 92
    - name: validation
      num_bytes: 401648
      num_examples: 15
  download_size: 2729035
  dataset_size: 2728230

Dataset Card for "circuit-voltages"

More Information needed