object-detect
welding-defect-object-detection
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/… See the full description on the dataset page: https://huggingface.co/datasets/rikkarth/welding-defect-object-detection.license-plate-object-detection
Dataset Labels
['license_plate']
Number of Images
{'train': 6176, 'valid': 1765, 'test': 882}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("keremberke/license-plate-object-detection", name="full")
example = ds['train'][0]
Roboflow Dataset Page
https://universe.roboflow.com/augmented-startups/vehicle-registration-plates-trudk/dataset/1
Citation… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/license-plate-object-detection.construction-safety-object-detection
Dataset Labels
['barricade', 'dumpster', 'excavators', 'gloves', 'hardhat', 'mask', 'no-hardhat', 'no-mask', 'no-safety vest', 'person', 'safety net', 'safety shoes', 'safety vest', 'dump truck', 'mini-van', 'truck', 'wheel loader']
Number of Images
{'train': 307, 'valid': 57, 'test': 34}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/construction-safety-object-detection.SeaDroneSee_ObjectDetect_CompresedXMR_Industrial_Foreign_Object_Detection_Lentils
Hyperspectral Foreign-Object Detection in Lentils — Full Dataset
The larger counterpart to the small tutorial demo at
cubert-gmbh/XMR_Demo_Industrial_Foreign_Object_Detection_Lentils.
Captured with a Cubert Ultris XMR camera — 61 bands per pixel, 430–910 nm, 1080 × 1000 pixels. Three acquisition days, 15 merged .cu3s capture sessions, 1,136 frames total, 696 frames with pixel-level COCO annotations across 7 foreign-object classes.
Foreign-object detection in… See the full description on the dataset page: https://huggingface.co/datasets/cubert-gmbh/XMR_Industrial_Foreign_Object_Detection_Lentils.forklift-object-detection
Dataset Labels
['forklift', 'person']
Number of Images
{'test': 42, 'valid': 84, 'train': 295}
How to Use
Install datasets:
pip install datasets
Load the dataset:
from datasets import load_dataset
ds = load_dataset("keremberke/forklift-object-detection", name="full")
example = ds['train'][0]
Roboflow Dataset Page
https://universe.roboflow.com/mohamed-traore-2ekkp/forklift-dsitv/dataset/1
Citation
@misc{… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/forklift-object-detection.
