104 MB
4,066 files
Updated 21 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| coco | 3 items | ||
| test | 253 items | ||
| train | 3,239 items | ||
| valid | 567 items | ||
| .DS_Store | 8.2 kB xet | 64babb77 | |
| .gitattributes | 2.5 kB xet | 738f1125 | |
| README.md | 1.57 kB xet | bfc7853e | |
| data.yaml | 115 Bytes xet | 9a5518b1 |
Welding Defect Object Detection
2,028 annotated images of welds for defect detection, in both YOLO and COCO formats. Three classes:
| id (YOLO / COCO) | name |
|---|---|
| 0 / 1 | Bad Weld |
| 1 / 2 | Good Weld |
| 2 / 3 | Defect |
Splits
| split | images | annotations |
|---|---|---|
| train | 1,619 | 4,583 |
| valid | 283 | 802 |
| test | 126 | 301 |
Layout
├── data.yaml # YOLO class names + split paths
├── train|valid|test/
│ ├── images/ # .jpg
│ └── labels/ # YOLO .txt (class cx cy w h, normalized)
└── coco/
├── train.json # COCO detection format
├── valid.json
└── test.json
COCO conversion notes
The coco/ jsons were generated from the YOLO labels with the
flux YOLO→COCO converter:
- bbox =
[x_min, y_min, width, height], float pixels - boxes clamped to image bounds
- category ids are one-based (YOLO class 0 → COCO id 1)
- annotation count parity verified: 5,686 YOLO label lines → 5,686 COCO annotations
Source & license
Original dataset published on Kaggle by sukmaadhiwijaya as Welding Defect - Object Detection under CC0: Public Domain. This mirror adds the COCO-format annotations.
- Total size
- 104 MB
- Files
- 4,066
- Last updated
- Jul 20
- Pre-warmed CDN
- US EU US EU