Add dataset card and remove unreferenced images
Browse files
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: DP-Former PCB
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# DP-Former PCB Dataset
|
| 8 |
+
|
| 9 |
+
This repository contains the PCB defect-detection dataset used for the DP-Former experiments.
|
| 10 |
+
|
| 11 |
+
## Dataset Summary
|
| 12 |
+
|
| 13 |
+
| Split | Images | Annotations |
|
| 14 |
+
| --- | ---: | ---: |
|
| 15 |
+
| Train | 394 | 1,668 |
|
| 16 |
+
| Test | 99 | 411 |
|
| 17 |
+
|
| 18 |
+
The six categories are `missing_hole`, `mouse_bite`, `open_circuit`, `short`, `spur`, and `spurious_copper`.
|
| 19 |
+
|
| 20 |
+
## Layout
|
| 21 |
+
|
| 22 |
+
```text
|
| 23 |
+
.
|
| 24 |
+
|-- annotations/
|
| 25 |
+
| |-- instances_train.json
|
| 26 |
+
| `-- instances_test.json
|
| 27 |
+
`-- images/
|
| 28 |
+
|-- train/
|
| 29 |
+
`-- test/
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
Annotations follow the COCO object-detection format. Only images referenced by the released annotation files are included.
|
images/test/01_open_circuit_02.jpg
DELETED
Git LFS Details
|
images/test/01_open_circuit_16.jpg
DELETED
Git LFS Details
|
images/train/01_mouse_bite_01.jpg
DELETED
Git LFS Details
|
images/train/01_mouse_bite_09.jpg
DELETED
Git LFS Details
|
images/train/01_open_circuit_12.jpg
DELETED
Git LFS Details
|
images/train/01_open_circuit_19.jpg
DELETED
Git LFS Details
|
images/train/01_spur_13.jpg
DELETED
Git LFS Details
|