Datasets:
Upload PPE.zip
Browse filesPPE Detection Dataset
A high-quality, annotated dataset for Personal Protective Equipment (PPE) detection.
This dataset is designed for training object detection models (YOLOv8/YOLOv5/Detectron2/etc.) in industrial safety monitoring, construction site compliance, and workplace hazard prevention.
π¦ Dataset Summary
The dataset contains images labeled across 6 PPE classes, annotated manually using Roboflow.
Class Count
Vest 4,418
Safety Shoe 2,006
Mask 2,763
Helmet 2,703
Goggles 1,431
Gloves 2,693
Total Objects 16,014
πΌοΈ Sample Use Cases
Construction site safety compliance
Industrial worker monitoring
Automatic PPE checking in factories
Surveillance analytics for safety audits
Real-time alerts using edge devices (Jetson, Raspberry Pi, etc.)
π Dataset Structure
dataset/
βββ train/
β βββ images/
β βββ labels/
βββ valid/
β βββ images/
β βββ labels/
βββ test/
β βββ images/
β βββ labels/
βββ data.yaml
The dataset follows YOLO format, where each .txt file contains:
<class_id> <x_center> <y_center> <width> <height>
βall normalized between 0 and 1.
π§ Classes
0 - Vest
1 - Safety Shoe
2 - Mask
3 - Helmet
4 - Goggles
5 - Gloves
π Training Example (YOLOv8)
from ultralytics import YOLO
model = YOLO("yolov8n.pt")
model.train(
data="data.yaml",
epochs=50,
imgsz=640,
batch=16
)
π€ Exported From
Annotated on Roboflow
Exported in YOLO format
π License
Recommended: CC-BY 4.0
(Users may reuse commercially or academically but must give credit.)
π Author
Siddhesh D. Narnavre
If you use this dataset, please credit the author.