Underwater Drowning Detection Dataset
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://figshare.com/articles/dataset/Underwater_Drowning_Detection_Dataset/29497235
下载链接
链接失效反馈官方服务:
资源简介:
Underwater Drowning Detection Dataset
This dataset contains 5,613 manually annotated underwater images for drowning detection research, captured in controlled swimming pool environments. It provides a balanced distribution of three behavioral states:
Swimming (1,871 images)Struggling (1,871 images)Drowning (1,871 images)All images were collected under real underwater conditions and annotated for object detection tasks using the YOLO format.
Key Features
High-resolution underwater images (640×640 pixels, RGB)YOLO .txt annotations with bounding boxes for three behavior classesBalanced class distribution to minimize model biasData collected ethically with lifeguard supervision and participant consentIncludes realistic challenges such as water distortion and lighting variabilityTechnical Details
Total Images: 5,613Training/Validation Split: 4,488 / 1,125Classes: Swimming, Struggling, DrowningFormat: JPEG + YOLO annotation filesResolution: 640×640 pixelsBaseline Performance: YOLOv8n achieved 97.5% mAP@50 on this datasetAnnotation Format
Each image has a corresponding .txt file with annotations in YOLO format, where each line follows this structure:
Field Descriptions:
class_id: Integer label for the class
0 = Swimming
1 = Struggling
2 = Drowningx_center, y_center: Normalized center coordinates of the bounding box (values between 0.0 and 1.0)width, height: Normalized width and height of the bounding box (values between 0.0 and 1.0)Example Annotation:
0 0.509896 0.568519 0.453125 0.581481
This line indicates a “Swimming” detection (class_id = 0) with a bounding box centered at 50.99% (horizontal) and 56.85% (vertical) of the image dimensions, covering 45.31% of the width and 58.15% of the height.
Dataset Folder Structure
datasets/
├── images/
│ ├── train/
│ │ ├── frame_00001.jpg
│ │ └── ...
│ └── val/
│ ├── frame_04489.jpg
│ └── ...
│
├── labels/
│ ├── train/
│ │ ├── frame_00001.txt
│ │ └── ...
│ └── val/
│ ├── frame_04489.txt
│ └── ...
│
├── classes.txt
├── README.md
Use and Applications
This dataset is designed to support the development and evaluation of real-time AI systems for aquatic safety, including:
Drowning detection modelsMulti-class object detection in underwater environmentsResearch in underwater computer vision and human activity recognitionCitation
If you use this dataset, please cite:
graphqlCopyEdit@dataset{underwater_drowning_detection_2025,
title = {Underwater Drowning Detection Dataset},
author = {Hamad Alzaabi and Saif Alzaabi and Sarah Kohail},
year = {2025},
publisher = {Figshare},
note = {Manually annotated underwater images for drowning detection research}
}
Please also cite the related publication:
mathematicaCopyEdit
@inproceedings{Alzaabi2025,
author = {Hamad Alzaabi and Saif Alzaabi and Sarah Kohail},
title = {Multi‑Swimmer Drowning Detection Using a Custom Annotated Underwater Dataset and Real‑Time AI},
booktitle = {Proceedings of the International Conference on Image Analysis and Processing (ICIAP)},
year = {2025}
}
创建时间:
2025-07-07



