File size: 851 Bytes
0f216d4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
pretty_name: PCB Detection Augmented Segmentation Dataset
task_categories:
- image-segmentation
tags:
- pcb
- yolo
- computer-vision
size_categories:
- 1K<n<10K
---

# PCB Detection Augmented Segmentation Dataset

Augmented PCB segmentation data in YOLO format from
[SanderGi/PCB-Detection](https://github.com/SanderGi/PCB-Detection).

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

## Download

```python
from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="SanderGi/pcb-detection-augmented-seg",
    repo_type="dataset",
    local_dir="data/augmented_seg",
)
```

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