circuit-elements / README.md
Francesco's picture
Upload README.md with huggingface_hub
0c7b478
|
raw
history blame
1.72 kB
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
                '1': Button
                '2': Buzzer
                '3': Capacitor
                '4': Capacitor Jumper
                '5': Capacitor Network
                '6': Clock
                '7': Connector
                '8': Diode
                '9': EM
                '10': Electrolytic Capacitor
                '11': Electrolytic capacitor
                '12': Ferrite Bead
                '13': Flex Cable
                '14': Fuse
                '15': IC
                '16': Inductor
                '17': Jumper
                '18': Led
                '19': Pads
                '20': Pins
                '21': Potentiometer
                '22': RP
                '23': Resistor
                '24': Resistor Jumper
                '25': Resistor Network
                '26': Switch
                '27': Test Point
                '28': Transducer
                '29': Transformer
                '30': Transistor
                '31': Unknown Unlabeled
  splits:
    - name: train
      num_bytes: 65945456
      num_examples: 672
    - name: validation
      num_bytes: 1702446
      num_examples: 36
    - name: test
      num_bytes: 3585858
      num_examples: 64
  download_size: 65065302
  dataset_size: 71233760

Dataset Card for "circuit-elements"

More Information needed