CoolFace
Datasetpublic

SanderGi/pcb-detection-augmented-obb

PCB Detection Augmented OBB Dataset Augmented PCB oriented-bounding-box data in YOLO format from SanderGi/PCB-Detection. The repository includes train, validation, and test images; OBB labels; dataset configuration; and training outputs used by the published PCB OBB model. Download from huggingface_hub import snapshot_download snapshot_download( repo_id="SanderGi/pcb-detection-augmented-obb", repo_type="dataset", local_dir="data/augmented_obb", ) See… See the full description on the dataset page: https://huggingface.co/datasets/SanderGi/pcb-detection-augmented-obb.

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes535downloads
Dataset Card

PCB Detection Augmented OBB Dataset

Augmented PCB oriented-bounding-box data in YOLO format from SanderGi/PCB-Detection.

The repository includes train, validation, and test images; OBB labels; dataset configuration; and training outputs used by the published PCB OBB model.

Download

python
from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="SanderGi/pcb-detection-augmented-obb",
    repo_type="dataset",
    local_dir="data/augmented_obb",
)

See the source project for generation methods, upstream data provenance, evaluation details, and licensing information.