--- pretty_name: SSP-DETR PCB task_categories: - object-detection --- # SSP-DETR PCB Dataset This repository contains the PCB defect-detection dataset used for the SSP-DETR experiments. ## Dataset Summary | Split | Images | Annotations | | --- | ---: | ---: | | Train | 394 | 1,668 | | Test | 99 | 411 | The six categories are `missing_hole`, `mouse_bite`, `open_circuit`, `short`, `spur`, and `spurious_copper`. ## Layout ```text . |-- annotations/ | |-- instances_train.json | `-- instances_test.json `-- images/ |-- train/ `-- test/ ``` Annotations follow the COCO object-detection format. Only images referenced by the released annotation files are included.