Datasets:
Formats:
text
Languages:
English
Size:
1K - 10K
Tags:
object-detection
classification
safety-helmet
hardhat-detection
construction-safety
drone-imagery
DOI:
License:
| annotations_creators: | |
| - expert-generated | |
| language_creators: | |
| - crowdsourced | |
| license: cc-by-4.0 | |
| multilinguality: monolingual | |
| language: | |
| - en | |
| size_categories: | |
| - 1K<n<10K | |
| tasks: | |
| - object-detection | |
| - classification | |
| dataset_type: image-folder | |
| tags: | |
| - object-detection | |
| - classification | |
| - safety-helmet | |
| - hardhat-detection | |
| - construction-safety | |
| - drone-imagery | |
| - night-vision | |
| - computer-vision | |
| - yolo-format | |
| - color-classification | |
| # IITU Safety-Helmet Dataset v1.0 | |
| ## Overview: | |
| This dataset contains annotated images of safety helmets captured both by drone and at ground level, designed for helmet detection and color classification tasks in computer vision. | |
| --- | |
| ## π Dataset Summary | |
| This dataset contains **1,664 images** annotated for safety-helmet detection and color classification. | |
| - **6,473** helmet instances | |
| - Captured by drone (3β5 m, 10β15 m; angles 0Β°, 45Β°, 90Β°) and at ground level | |
| - Lighting conditions: daytime (clear) and night (lamp light) | |
| ## π Dataset Structure | |
| ```text | |
| iitu-safety-helmet/ | |
| βββ data | |
| β βββ frames_daytime | |
| β β βββ horizontal_0deg | |
| β β β βββ 3-5_meters | |
| β β β β βββ images/ | |
| β β β β βββ annotations/ | |
| β β β βββ 10-15_meters | |
| β β β βββ images/ | |
| β β β βββ annotations/ | |
| β β βββ tilted_45deg | |
| β β βββ vertical_90deg | |
| β βββ frames_night_time | |
| β βββ horizontal_0deg | |
| β β βββ images/ | |
| β β βββ annotations/ | |
| β βββ tilted_45deg | |
| β βββ vertical_90deg | |
| βββ classes.txt | |
| βββ README.md | |
| ``` | |
| ## Annotation Format: | |
| - Each .txt annotation file corresponds to one image and contains one line per helmet. | |
| - Line format (YOLO v5-style with high-precision floats): | |
| "class_id", "x_center", "y_center", "width", "height". | |
| - All five values are space-separated; the four geometry values are normalized to [0, 1] and may have up to 16 decimal places. | |
| ## Classes: | |
| ```text | |
| 0 blue helmet | |
| 1 green helmet | |
| 2 red helmet | |
| 3 white helmet | |
| 4 yellow helmet | |
| ``` | |
| **Paper / Citation** | |
| **Bektemyssova, G.; Bykov, A.; Keresh, A.; Yergazy, Y.; Shaikemelev, G.;** | |
| IITU Safety-Helmet Dataset: Drone-Captured and Ground-Level Images with Color Annotations. 2025. | |
| DOI: soon | |
| **License:** | |
| [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) |