isp-uv-es/CloudSEN12Plus
收藏资源简介:
CloudSEN12+数据集是CloudSEN12数据集的重要扩展,提供了两倍的专家审核标签,是目前为止最大的用于Sentinel-2云检测的数据集。所有先前版本的标签都经过了校对和优化,提高了数据集的可信度。这个新版本在CC0许可下发布,属于公共领域,允许任何人无限制地使用、修改和分发。
CloudSEN12+ dataset is a significant extension of the CloudSEN12 dataset, doubling the number of expert-reviewed labels, making it by a large margin the largest cloud detection dataset to date for Sentinel-2. All labels from the previous version have been curated and refined, enhancing the datasets trustworthiness. This new release is licensed under CC0, which puts it in the public domain and allows anyone to use, modify, and distribute it without permission or attribution.
CloudSEN12+ 数据集概述
基本信息
- 许可证: CC0-1.0
- 任务类别: 图像分割
- 语言: 英语
- 标签: 气候
- 数据集名称: cloudsen12
- 数据规模: 100K<n<1M
数据集描述
CloudSEN12+ 是 CloudSEN12 数据集的重要扩展,专家审查标签数量翻倍,成为迄今为止最大的 Sentinel-2 云检测数据集。所有标签都经过精心筛选和改进,提高了数据集的可信度。该版本采用 CC0 许可证,允许任何人无需许可或归属即可使用、修改和分发。
数据结构
数据以 GeoTIFF 格式存储,包含以下波段:
| 名称 | 比例 | 波长 | 描述 |
|---|---|---|---|
| B1 | 0.0001 | 443.9 nm (S2A)/442.3 nm (S2B) | 气溶胶 |
| B2 | 0.0001 | 496.6 nm (S2A)/492.1 nm (S2B) | 蓝色 |
| B3 | 0.0001 | 560 nm (S2A)/559 nm (S2B) | 绿色 |
| B4 | 0.0001 | 664.5 nm (S2A)/665 nm (S2B) | 红色 |
| B5 | 0.0001 | 703.9 nm (S2A)/703.8 nm (S2B) | 红边 1 |
| B6 | 0.0001 | 740.2 nm (S2A)/739.1 nm (S2B) | 红边 2 |
| B7 | 0.0001 | 782.5 nm (S2A)/779.7 nm (S2B) | 红边 3 |
| B8 | 0.0001 | 835.1 nm (S2A)/833 nm (S2B) | 近红外 |
| B8A | 0.0001 | 864.8 nm (S2A)/864 nm (S2B) | 红边 4 |
| B9 | 0.0001 | 945 nm (S2A)/943.2 nm (S2B) | 水蒸气 |
| B10 | 0.0001 | 1373.5 nm (S2A)/1376.9 nm (S2B) | 卷云 |
| B11 | 0.0001 | 1613.7 nm (S2A)/1610.4 nm (S2B) | 短波红外 1 |
| B12 | 0.0001 | 2202.4 nm (S2A)/2185.7 nm (S2B) | 短波红外 2 |
| CM1 | 1 | - | 专家标记图像 |
| CM2 | 1 | - | UnetMobV2 标记图像 |
文件夹结构
CloudSEN12+ 数据集采用层次结构:
- 顶层 (A) 分为 p509 和 p2000 图像。
- 下一层 (B) 根据标签类型进一步组织。
- 每个标签类型内,根据随机数据分割进行分组 (C)。
- p509 类别内,根据地理位置进一步划分 (D)。
此外,fixed/ 文件夹包含改进的高和涂鸦标签,demo/ 文件夹包含使用 CloudSEN12 训练的模型估计硬度和可信度指数的示例。
下载
数据集在 HuggingFace 和 ScienceDataBank 上各有一份副本。
HuggingFace
python from huggingface_hub import hf_hub_download
for i in range(1, 19): hf_hub_download( repo_id="isp-uv-es/CloudSEN12Plus", repo_type="dataset", filename="synthetic/synthetic_%02d.zip" % i )
ScienceDataBank
python from huggingface_hub import hf_hub_download
for i in range(1, 19): hf_hub_download( repo_id="isp-uv-es/CloudSEN12Plus", repo_type="dataset", filename="synthetic/synthetic_%02d.zip" % i )
引用
即将提供。




