ConnorLuckettDSTG/SARFishSample
收藏资源简介:
SARFish是一个合成孔径雷达(SAR)图像数据集,旨在用于训练、验证和测试监督机器学习模型,主要任务包括船舶检测、分类和长度回归。该数据集基于xView3-SAR数据集,并扩展了其内容,包括来自欧洲空间局(ESA)哥白尼计划的单视复(SLC)和地面范围检测(GRD)图像数据。数据集分为数据和标签两部分,数据部分扩展了xView3-SAR数据集,标签部分则提供了海上物体的位置、船舶分类和船舶长度信息。
SARFish is a synthetic aperture radar (SAR) image dataset developed for training, validating, and testing supervised machine learning models, with primary tasks encompassing vessel detection, classification, and length regression. Built upon the xView3-SAR dataset, this dataset expands its scope by integrating single look complex (SLC) and ground range detected (GRD) image data sourced from the European Space Agency (ESA) Copernicus Programme. The dataset is divided into two core segments: data and labels. The data segment extends the xView3-SAR dataset, while the label segment provides detailed information including the positions of maritime objects, vessel categories, and the lengths of vessels.
SARFish 数据集概述
数据集基本信息
- 许可证: Apache-2.0
- 任务类别:
- 目标检测
- 图像分类
- 标签:
- SARFish
- Illegal Fishing
- Computer Vision
- Complex-Valued
- Synthetic Aperture Radar
- 数据集名称: SARFish Sample Dataset
- 数据集规模: n<1K
数据集描述
SARFish 数据集是一个用于训练、验证和测试监督机器学习模型的合成孔径雷达(SAR)图像数据集,主要用于船舶检测、分类和长度回归任务。该数据集基于 xView3-SAR 数据集(2021)构建,包含以下两部分:
- 数据: 扩展了 xView3-SAR 数据集,包括单视复数(SLC)和地面范围检测(GRD)图像数据,这些数据直接从欧洲空间局(ESA)的哥白尼计划开放访问中心网站获取。
- 标签: 从 xView3-SAR 数据集派生标签,提供海上物体位置、船舶分类和船舶长度信息。
数据集下载链接
- 完整数据集: SARFish
- 样本数据集: SARFishSample
- 标签: 下载链接
数据集大小总结
| 数据集 | 同时出现的 GRD, SLC 产品 | 压缩大小 (GB) | 未压缩大小 (GB) |
|---|---|---|---|
| SARFishSample | 1 | 4.3 | 8.2 |
| SARFish | 753 | 3293 | 6468 |
数据集分区总结
| 分区 | 同时出现的产品 | 提供的标签 | 唯一海上物体标签 | | --- | --- | --- | --- | --- | | | | | SLC | GRD | | 训练 | 553 | 是 | 63071 | 64054 | | 验证 | 50 | 是 | 18906 | 19222 | | 公开 | 150 | 否 | 58744 | 60008 | | | | 总计 | 140721 | 143284 |
数据集访问方法
完整 SARFish 数据集
确保有足够的存储空间用于未压缩的数据集。 bash cd /path/to/large/storage/location huggingface-cli login git lfs install git clone https://huggingface.co/datasets/ConnorLuckettDSTG/SARFish
SARFish 样本数据集
替换完整数据集的最后命令: bash git clone https://huggingface.co/datasets/ConnorLuckettDSTG/SARFishSample
数据集标签
位置标签
| 字段 | 数据类型 | 描述 |
|---|---|---|
| detect_lat | float | 检测的纬度(WGS84 坐标) |
| detect_lon | float | 检测的经度(WGS84 坐标) |
| detect_scene_row | int | 包含检测的场景像素行 |
| detect_scene_column | int | 包含检测的场景像素列 |
分类标签
| 字段 | 数据类型 | 描述 |
|---|---|---|
| is_vessel | bool | 如果检测是船舶,则为 True,否则为 False |
| is_fishing | bool | 如果检测是渔船,则为 True,否则为 False |
船舶长度标签
| 字段 | 数据类型 | 描述 |
|---|---|---|
| vessel_length_m | float | 船舶长度(米),仅在 AIS 数据可用时提供 |
详细标签总结
| 字段 | 数据类型 | 描述 |
|---|---|---|
| partition | str: {"train", "validation"} | 数据集的分区 |
| product_type | str: {"GRD", "SLC"} | 数据的产品类型 |
| scene_id | str | 用于挑战目的的唯一 xView3 场景 ID |
| detect_id | str | 唯一检测 ID,格式为:{scene_id}{detect_lat}{detect_lon} |
| {product_type}_product_identifier | str | 指定产品类型的哥白尼哨兵-1 产品标识符 |
| detect_lat | float | 检测的纬度(WGS84 坐标) |
| detect_lon | float | 检测的经度(WGS84 坐标) |
| detect_scene_row | int | 包含检测的场景像素行 |
| detect_scene_column | int | 包含检测的场景像素列 |
| top | float | 边界框左上角的像素行,如果可用 |
| left | float | 边界框左上角的像素列,如果可用 |
| bottom | float | 边界框右下角的像素行,如果可用 |
| right | float | 边界框右下角的像素列,如果可用 |
| vessel_length_m | float | 船舶长度(米),仅在 AIS 数据可用时提供 |
| source | str: {AIS, AIS/Manual, Manual} | 检测的来源(AIS、手动标签或两者) |
| is_vessel | bool | 如果检测是船舶,则为 True,否则为 False |
| is_fishing | bool | 如果检测是渔船,则为 True,否则为 False |
| global_shoreline_vector_distance_from_shore_km | float | 使用全球海岸线向量投影到 SARFish 产品像素空间中检测的海岸距离(公里) |
| xView3_shoreline_vector_distance_from_shore_km | float | 使用 xView3-SAR 海岸线向量投影到 SARFish 产品像素空间中检测的海岸距离(公里) |
| confidence | str: {HIGH, MEDIUM, LOW} | is_vessel 和 is_fishing 标签的置信度级别 |




