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

Readme.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_name: PPE Detection
3
+ datasets:
4
+ - <your-username>/ppe-detection
5
+ license: cc-by-4.0
6
+ task_categories:
7
+ - object-detection
8
+ tags:
9
+ - computer-vision
10
+ - object-detection
11
+ - safety
12
+ - ppe
13
+ - yolo
14
+ pretty_name: PPE Detection Dataset
15
+ size_categories:
16
+ - 10K<n<100K
17
+ ---
18
+
19
+ # PPE Detection Dataset 🦺πŸͺ–πŸ˜·
20
+
21
+ A high-quality, annotated dataset for **Personal Protective Equipment (PPE)** detection in industrial and construction environments.
22
+ The dataset is suitable for training **object detection models** such as YOLOv8, YOLOv5, Detectron2, etc.
23
+
24
+ ---
25
+
26
+ ## 1. Dataset Summary
27
+
28
+ This dataset contains images annotated with **6 PPE classes**:
29
+
30
+ - Vest
31
+ - Safety Shoe
32
+ - Mask
33
+ - Helmet
34
+ - Goggles
35
+ - Gloves
36
+
37
+ It is designed for:
38
+
39
+ - Construction site safety compliance
40
+ - Industrial worker monitoring
41
+ - Automated PPE detection for CCTV / RTSP cameras
42
+ - Real-time analytics on edge devices (Jetson, Raspberry Pi, etc.)
43
+
44
+ ### Class Distribution
45
+
46
+ | Class | Count |
47
+ |-------------|-------|
48
+ | Vest | 4,418 |
49
+ | Safety Shoe | 2,006 |
50
+ | Mask | 2,763 |
51
+ | Helmet | 2,703 |
52
+ | Goggles | 1,431 |
53
+ | Gloves | 2,693 |
54
+ | **Total Objects** | **16,014** |
55
+
56
+ > Note: Counts refer to **annotated objects**, not number of images.
57
+
58
+ ---
59
+
60
+ ## 2. Supported Tasks and Leaderboards
61
+
62
+ **Task type:** `Object Detection`
63
+
64
+ Typical use cases:
65
+
66
+ - PPE presence/absence detection
67
+ - Safety rule enforcement
68
+ - Worker compliance monitoring
69
+ - Scene understanding in industrial environments
70
+
71
+ No official leaderboard is maintained yet.
72
+
73
+ ---
74
+
75
+ ## 3. Dataset Structure
76
+
77
+ The dataset follows a **YOLO-style folder structure**, typically like:
78
+
79
+ ```text
80
+ PPE/
81
+ β”œβ”€β”€ train/
82
+ β”‚ β”œβ”€β”€ images/
83
+ β”‚ └── labels/
84
+ β”œβ”€β”€ valid/
85
+ β”‚ β”œβ”€β”€ images/
86
+ β”‚ └── labels/
87
+ β”œβ”€β”€ test/
88
+ β”‚ β”œβ”€β”€ images/
89
+ β”‚ └── labels/
90
+ └── data.yaml