104 MB
4,066 files
Updated 21 days ago
Name
Size
coco
test
train
valid
.DS_Store8.2 kB
xet
.gitattributes2.5 kB
xet
README.md1.57 kB
xet
data.yaml115 Bytes
xet
README.md

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

Contributors