Forward_Looking_Under_Water_Mines_And_Debris_Sonar_dataset
收藏资源简介:
该数据集采用YOLO格式,包含11类水下物体的声纳图像。数据集包括训练集、验证集和测试集,并带有相应的标注。在预处理过程中,额外加入了水雷类别,以支持水下水雷检测研究和基准测试。
This dataset is in YOLO format, containing sonar images of 11 categories of underwater objects. It includes training, validation, and test sets with corresponding annotations. During the preprocessing stage, an additional mine category was added to support underwater mine detection research and benchmarking.
数据集概述
该数据集为前视声呐水下目标检测数据集,采用 YOLO格式,包含11类水下物体的声呐图像,并划分了训练集、验证集和测试集。数据预处理阶段新增了“水雷”类别,以支持水下雷探测研究、分割和基准测试。
主要特点
- 兼容YOLO格式的标注文件
- 包含11个目标类别
- 提供训练、验证和测试集划分
- 可直接用于Ultralytics YOLO及其他目标检测框架
- 适用于水下机器人、自主水下航行器(AUV)和海洋感知研究
数据集结构
text Sonar_Dataset/ ├── images/ │ ├── train/ │ ├── val/ │ └── test/ │ ├── labels/ │ ├── train/ │ ├── val/ │ └── test/ │ └── data.yaml
目标类别
| ID | 类别名称 |
|---|---|
| 0 | Mine(水雷) |
| 1 | Can(罐子) |
| 2 | Bottle(瓶子) |
| 3 | Drink Carton(饮料盒) |
| 4 | Chain(链条) |
| 5 | Propeller(螺旋桨) |
| 6 | Tire(轮胎) |
| 7 | Hook(钩子) |
| 8 | Valve(阀门) |
| 9 | Shampoo Bottle(洗发水瓶) |
| 10 | Standing Bottle(立式瓶子) |
标注格式
每个标签文件遵循YOLO格式:
text class_id x_center y_center width height
所有坐标均相对于图像尺寸进行归一化。
适用框架
该数据集可用于以下框架:
- Ultralytics YOLO(v8、v9、v10、v11)
- RT-DETR
- Faster R-CNN
- Detectron2
- MMDetection
- 其他支持YOLO标注的目标检测框架
应用领域
- 水下目标检测
- 水下雷探测
- 声呐图像分析
- 深度学习研究
Kaggle平台版本
完整数据集也发布在Kaggle上,名为“Forward-Looking Sonar Object Detection Dataset”,可通过链接访问:https://www.kaggle.com/datasets/bhoumikchandrabagh/forward-looking-sonar-object-detection-dataset
引用信息
若在研究中使用该数据集,建议引用:
- 本GitHub仓库
- 对应的Kaggle数据集
- 声呐图像原始来源的数据集/出版物(如适用)
参考来源
该数据集参考了以下资源:
- Marine Debris FLS数据集:https://github.com/mvaldenegro/marine-debris-fls-datasets
- Mine Sonar Images数据集:https://universe.roboflow.com/phan-quang-tuan/mine_sonar_images/dataset/1
许可证
使用数据集前请查阅仓库的许可证信息。




