Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image_id
|
5 |
+
dtype: int64
|
6 |
+
- name: image
|
7 |
+
dtype: image
|
8 |
+
- name: width
|
9 |
+
dtype: int32
|
10 |
+
- name: height
|
11 |
+
dtype: int32
|
12 |
+
- name: objects
|
13 |
+
sequence:
|
14 |
+
- name: id
|
15 |
+
dtype: int64
|
16 |
+
- name: area
|
17 |
+
dtype: int64
|
18 |
+
- name: bbox
|
19 |
+
sequence: float32
|
20 |
+
length: 4
|
21 |
+
- name: category
|
22 |
+
dtype:
|
23 |
+
class_label:
|
24 |
+
names:
|
25 |
+
'0': circuit
|
26 |
+
'1': Button
|
27 |
+
'2': Buzzer
|
28 |
+
'3': Capacitor
|
29 |
+
'4': Capacitor Jumper
|
30 |
+
'5': Capacitor Network
|
31 |
+
'6': Clock
|
32 |
+
'7': Connector
|
33 |
+
'8': Diode
|
34 |
+
'9': EM
|
35 |
+
'10': Electrolytic Capacitor
|
36 |
+
'11': Electrolytic capacitor
|
37 |
+
'12': Ferrite Bead
|
38 |
+
'13': Flex Cable
|
39 |
+
'14': Fuse
|
40 |
+
'15': IC
|
41 |
+
'16': Inductor
|
42 |
+
'17': Jumper
|
43 |
+
'18': Led
|
44 |
+
'19': Pads
|
45 |
+
'20': Pins
|
46 |
+
'21': Potentiometer
|
47 |
+
'22': RP
|
48 |
+
'23': Resistor
|
49 |
+
'24': Resistor Jumper
|
50 |
+
'25': Resistor Network
|
51 |
+
'26': Switch
|
52 |
+
'27': Test Point
|
53 |
+
'28': Transducer
|
54 |
+
'29': Transformer
|
55 |
+
'30': Transistor
|
56 |
+
'31': Unknown Unlabeled
|
57 |
+
splits:
|
58 |
+
- name: train
|
59 |
+
num_bytes: 65945456.0
|
60 |
+
num_examples: 672
|
61 |
+
download_size: 60641825
|
62 |
+
dataset_size: 65945456.0
|
63 |
+
---
|
64 |
+
# Dataset Card for "circuit-elements"
|
65 |
+
|
66 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|