--- dataset_name: PPE Detection datasets: - /ppe-detection license: cc-by-4.0 task_categories: - object-detection tags: - computer-vision - object-detection - safety - ppe - yolo pretty_name: PPE Detection Dataset size_categories: - 10K Note: Counts refer to **annotated objects**, not number of images. --- ## 2. Supported Tasks and Leaderboards **Task type:** `Object Detection` Typical use cases: - PPE presence/absence detection - Safety rule enforcement - Worker compliance monitoring - Scene understanding in industrial environments No official leaderboard is maintained yet. --- ## 3. Dataset Structure The dataset follows a **YOLO-style folder structure**, typically like: ```text PPE/ β”œβ”€β”€ train/ β”‚ β”œβ”€β”€ images/ β”‚ └── labels/ β”œβ”€β”€ valid/ β”‚ β”œβ”€β”€ images/ β”‚ └── labels/ β”œβ”€β”€ test/ β”‚ β”œβ”€β”€ images/ β”‚ └── labels/ └── data.yaml --- 🀝 Thanks / Contact For improvements, issues, or contributionsβ€”open a Pull Request or Discussion.