Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,175 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license:
|
3 |
+
- cc0-1.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- clouds
|
8 |
+
- sentinel-2
|
9 |
+
- image-segmentation
|
10 |
+
- deep-learning
|
11 |
+
- remote-sensing
|
12 |
+
pretty_name: cloudsen12plus
|
13 |
+
---
|
14 |
+
# cloudsen12plus
|
15 |
+
|
16 |
+
****The largest dataset of expert-labeled pixels for cloud and cloud shadow detection in Sentinel-2****
|
17 |
+
|
18 |
+
|
19 |
+
CloudSEN12+ is a significant extension of the CloudSEN12 dataset, which doubles the number of
|
20 |
+
expert-reviewed labels, making it, by a large margin, the largest cloud detection dataset to
|
21 |
+
date for Sentinel-2. All labels from the previous version have been curated and refined, enhancing
|
22 |
+
the dataset's trustworthiness. This new release is licensed under CC0, which puts it in the public
|
23 |
+
domain and allows anyone to use, modify, and distribute it without permission or attribution.
|
24 |
+
The images have been padded from 509x509 to 512x512 and 2000x2000 to 2048x2048 to ensure that the
|
25 |
+
patches are divisible by 32. The padding is filled with zeros in the left and bottom sides of the
|
26 |
+
image. For those who prefer traditional storage formats, GeoTIFF files are available in our
|
27 |
+
[ScienceDataBank](https://www.scidb.cn/en/detail?dataSetId=2036f4657b094edfbb099053d6024b08&version=V1)
|
28 |
+
repository.
|
29 |
+
<center>
|
30 |
+
<img src='https://cdn-uploads.huggingface.co/production/uploads/6402474cfa1acad600659e92/9UA4U3WObVeq7BAcf37-C.png' alt='drawing' width='50%'/>
|
31 |
+
</center>
|
32 |
+
*CloudSEN12+ spatial coverage. The terms p509 and p2000 denote the patch size 509 ร 509 and 2000 ร 2000,
|
33 |
+
respectively. `high`, `scribble`, and `nolabel` refer to the types of expert-labeled annotations*
|
34 |
+
|
35 |
+
## ๐ฎ TACO Snippet
|
36 |
+
|
37 |
+
|
38 |
+
Load this dataset using the `tacoreader` library.
|
39 |
+
```python
|
40 |
+
import tacoreader
|
41 |
+
dataset = tacoreader.load('...')
|
42 |
+
```
|
43 |
+
|
44 |
+
|
45 |
+
|
46 |
+
Or in R:
|
47 |
+
```r
|
48 |
+
library(tacoreader)
|
49 |
+
dataset <- tacoreader::load('...')
|
50 |
+
```
|
51 |
+
## ๐ฐ๏ธ Sensor Information
|
52 |
+
|
53 |
+
|
54 |
+
Details about the sensors used for data collection
|
55 |
+
|
56 |
+
**sentinel2msi**
|
57 |
+
## ๐ฏ Task
|
58 |
+
|
59 |
+
|
60 |
+
The task associated with this dataset
|
61 |
+
|
62 |
+
**semantic-segmentation**
|
63 |
+
## ๐ Original Data Repository
|
64 |
+
|
65 |
+
|
66 |
+
Source location or archive of the raw data.
|
67 |
+
|
68 |
+
**Raw Data Repository**: [https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus](https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus)
|
69 |
+
## ๐ฌ Discussion
|
70 |
+
|
71 |
+
|
72 |
+
Insights, commentary, or clarifications about the dataset.
|
73 |
+
|
74 |
+
**Dataset Discussion**: [https://huggingface.co/datasets/tacofoundation/cloudsen12/discussions](https://huggingface.co/datasets/tacofoundation/cloudsen12/discussions)
|
75 |
+
## ๐ Split Strategy
|
76 |
+
|
77 |
+
|
78 |
+
How the dataset is divided for training, validation, and testing.
|
79 |
+
|
80 |
+
**Split Strategy**: stratified
|
81 |
+
## ๐ Scientific Publications
|
82 |
+
|
83 |
+
|
84 |
+
Publications that reference or describe the dataset.
|
85 |
+
|
86 |
+
### Publication 01
|
87 |
+
- **DOI**: [10.1038/s41597-022-01878-2](10.1038/s41597-022-01878-2)
|
88 |
+
- **Summary**: CloudSEN12 first release. Only 509 x 509 patches.
|
89 |
+
- **BibTeX Citation**:
|
90 |
+
```bibtex
|
91 |
+
@article{aybar2022cloudsen12,
|
92 |
+
title={CloudSEN12, a global dataset for semantic understanding of cloud and cloud shadow in Sentinel-2},
|
93 |
+
author={Aybar, Cesar and Ysuhuaylas, Luis and Loja, Jhomira and Gonzales, Karen and Herrera, Fernando and Bautista, Lesly and Yali, Roy and Flores, Angie and Diaz, Lissette and Cuenca, Nicole and others},
|
94 |
+
journal={Scientific Data},
|
95 |
+
volume={9},
|
96 |
+
number={1},
|
97 |
+
pages={782},
|
98 |
+
year={2022},
|
99 |
+
publisher={Nature Publishing Group UK London}
|
100 |
+
}
|
101 |
+
```
|
102 |
+
|
103 |
+
|
104 |
+
|
105 |
+
### Publication 02
|
106 |
+
- **DOI**: [10.1109/IGARSS52108.2023.10282381](10.1109/IGARSS52108.2023.10282381)
|
107 |
+
- **Summary**: Exploration of incorrect annotations in cloud semantic segmentation datasets.
|
108 |
+
- **BibTeX Citation**:
|
109 |
+
```bibtex
|
110 |
+
@inproceedings{aybar2023lessons,
|
111 |
+
title={Lessons Learned From Cloudsen12 Dataset: Identifying Incorrect Annotations in Cloud Semantic Segmentation Datasets},
|
112 |
+
author={Aybar, Cesar and Montero, David and Mateo-Garc{'\i}a, Gonzalo and G{'o}mez-Chova, Luis},
|
113 |
+
booktitle={IGARSS 2023-2023 IEEE International Geoscience and Remote Sensing Symposium},
|
114 |
+
pages={892--895},
|
115 |
+
year={2023},
|
116 |
+
organization={IEEE}
|
117 |
+
}
|
118 |
+
```
|
119 |
+
|
120 |
+
|
121 |
+
|
122 |
+
### Publication 03
|
123 |
+
- **DOI**: [10.1016/j.dib.2024.110852](10.1016/j.dib.2024.110852)
|
124 |
+
- **Summary**: Extended version of CloudSEN12. We include 2000 x 2000 patches to the dataset.
|
125 |
+
- **BibTeX Citation**:
|
126 |
+
```bibtex
|
127 |
+
@article{aybar2024cloudsen12+,
|
128 |
+
title={CloudSEN12+: The largest dataset of expert-labeled pixels for cloud and cloud shadow detection in Sentinel-2},
|
129 |
+
author={Aybar, Cesar and Bautista, Lesly and Montero, David and Contreras, Julio and Ayala, Daryl and Prudencio, Fernando and Loja, Jhomira and Ysuhuaylas, Luis and Herrera, Fernando and Gonzales, Karen and others},
|
130 |
+
journal={Data in Brief},
|
131 |
+
volume={56},
|
132 |
+
pages={110852},
|
133 |
+
year={2024},
|
134 |
+
publisher={Elsevier}
|
135 |
+
}
|
136 |
+
```
|
137 |
+
|
138 |
+
|
139 |
+
## ๐ค Data Providers
|
140 |
+
|
141 |
+
|
142 |
+
Organizations or individuals responsible for the dataset.
|
143 |
+
|**Name**|**Role**|**URL**|
|
144 |
+
| :---: | :---: | :---: |
|
145 |
+
|Image & Signal Processing|host|[https://isp.uv.es/](https://isp.uv.es/)|
|
146 |
+
|European Space Agency (ESA)|producer|[https://www.esa.int/](https://www.esa.int/)|
|
147 |
+
|
148 |
+
## ๐งโ๐ฌ Curators
|
149 |
+
|
150 |
+
|
151 |
+
Experts responsible for structuring the dataset in the TACO format.
|
152 |
+
|**Name**|**Organization**|**URL**|
|
153 |
+
| :---: | :---: | :---: |
|
154 |
+
|Cesar Aybar|Image & Signal Processing|[https://csaybar.github.io/](https://csaybar.github.io/)|
|
155 |
+
|
156 |
+
## ๐ท๏ธ Labels
|
157 |
+
|
158 |
+
|
159 |
+
Annotated or classified data used for training models.
|
160 |
+
|**Name**|**Category**|**Description**|
|
161 |
+
| :---: | :---: | :---: |
|
162 |
+
|clear|0|Pixels without cloud and cloud shadow contamination. They are primarily identified using bands B4- B3-B2, B1-B12-B13, and the cirrus band.|
|
163 |
+
|thick cloud|1|Opaque clouds that block all the reflected light from the Earth's surface. We identify them by assuming clouds exhibit distinctive shapes and maintain higher reflectance values in bands B4-B3-B2, B1-B12-B13, and the cirrus band.|
|
164 |
+
|thin cloud|2|Semitransparent clouds that alter the surface spectral signal but still allow to recognize the background. This is the hardest class to identify. We utilize CloudApp [1] to better understand the background, both with and without cloud cover.|
|
165 |
+
|cloud shadow|3|Dark pixels where light is occluded by thick or thin clouds. Cloud shadows depend on clouds presence and, by considering the solar position, we can identify and map these shadows through a reasoned projection of the cloud shape.|
|
166 |
+
|
167 |
+
## ๐ Optical Bands
|
168 |
+
|
169 |
+
|
170 |
+
Spectral bands used for data collection.
|
171 |
+
|**Name**|**Common Name**|**Description**|**Center Wavelength**|**Full Width Half Max**|**Index**|
|
172 |
+
| :---: | :---: | :---: | :---: | :---: | :---: |
|
173 |
+
|B04|red|Band 4 - Red - 10m|664.5|29.0|3|
|
174 |
+
|B03|green|Band 3 - Green - 10m|560.0|34.0|2|
|
175 |
+
|B02|blue|Band 2 - Blue - 10m|496.5|53.0|1|
|