Computer Vision - PCB
Collection
Oriented bounding boxes and segmentation masks for Printed Circuit Boards • 5 items • Updated • 1
Processed, cropped PCB source images from SanderGi/PCB-Detection. These images are used to generate the augmented OBB and segmentation datasets.
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="SanderGi/pcb-detection-cropped-pcbs",
repo_type="dataset",
local_dir="data/cropped_pcbs",
)
See the source project for preprocessing methods, upstream data provenance, and licensing information.