51ddhesh commited on
Commit
a89c239
Β·
verified Β·
1 Parent(s): 6878573

Upload PPE.zip

Browse files

PPE 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.

Files changed (1) hide show
  1. PPE.zip +3 -0
PPE.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b10c6da2abc0f9b5ddf0b37513879ae16922b9f3f21e8b75de12f45cd3de9ac
3
+ size 667690668