Francesco commited on
Commit
ba50357
1 Parent(s): 803abc8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': printed-circuit-board
26
+ '1': Button
27
+ '2': Capacitor
28
+ '3': Capacitor Jumper
29
+ '4': Clock
30
+ '5': Connector
31
+ '6': Diode
32
+ '7': EM
33
+ '8': Electrolytic Capacitor
34
+ '9': Ferrite Bead
35
+ '10': IC
36
+ '11': Inductor
37
+ '12': Jumper
38
+ '13': Led
39
+ '14': Pads
40
+ '15': Pins
41
+ '16': Resistor
42
+ '17': Resistor Jumper
43
+ '18': Resistor Network
44
+ '19': Switch
45
+ '20': Test Point
46
+ '21': Transistor
47
+ '22': Unknown Unlabeled
48
+ '23': iC
49
+ splits:
50
+ - name: train
51
+ num_bytes: 56551439.0
52
+ num_examples: 548
53
+ download_size: 53836230
54
+ dataset_size: 56551439.0
55
+ ---
56
+ # Dataset Card for "printed-circuit-board"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)