Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,96 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- image-segmentation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- Cloud Detection
|
9 |
+
- Cloud Segmentation
|
10 |
+
- Remote Sensing Images
|
11 |
+
- Satellite Images
|
12 |
+
- HRC-WHU
|
13 |
+
- CloudSEN12-High
|
14 |
+
- GF12MS-WHU
|
15 |
+
- L8-Biome
|
16 |
+
---
|
17 |
+
|
18 |
+
# Cloud-Adapter-Datasets
|
19 |
+
|
20 |
+
This dataset card aims to describe the datasets used in the [cloudseg](https://github.com/XavierJiezou/cloudseg), a collection of high-resolution satellite images and semantic segmentation masks for cloud detection and related tasks.
|
21 |
+
|
22 |
+
## Install
|
23 |
+
|
24 |
+
```bash
|
25 |
+
pip install huggingface-hub
|
26 |
+
```
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
```bash
|
31 |
+
# Step 1: Download datasets
|
32 |
+
huggingface-cli download --repo-type dataset XavierJiezou/cloudseg-datasets --local-dir data --include hrc_whu.zip
|
33 |
+
huggingface-cli download --repo-type dataset XavierJiezou/cloudseg-datasets --local-dir data --include gf12ms_whu.zip
|
34 |
+
huggingface-cli download --repo-type dataset XavierJiezou/cloudseg-datasets --local-dir data --include gf12ms_whu_gf2.zip
|
35 |
+
huggingface-cli download --repo-type dataset XavierJiezou/cloudseg-datasets --local-dir data --include cloudsen12_high/*
|
36 |
+
huggingface-cli download --repo-type dataset XavierJiezou/cloudseg-datasets --local-dir data --include l8_biome.zip
|
37 |
+
|
38 |
+
# Step 2: Extract datasets
|
39 |
+
unzip hrc_whu.zip -d hrc_whu
|
40 |
+
unzip gf12ms_whu.zip -d gf12ms_whu
|
41 |
+
cat chunk_* > cloudsen12_high.zip
|
42 |
+
unzip cloudsen12_high.zip -d cloudsen12_high
|
43 |
+
unzip l8_biome.zip -d l8_biome
|
44 |
+
```
|
45 |
+
|
46 |
+
## Source Data
|
47 |
+
|
48 |
+
- hrc_whu: https://github.com/dr-lizhiwei/HRC_WHU
|
49 |
+
- gf12ms_whu: https://github.com/whu-ZSC/GF1-GF2MS-WHU
|
50 |
+
- cloudsen12_high: https://huggingface.co/datasets/csaybar/CloudSEN12-high
|
51 |
+
- l8_biome: https://landsat.usgs.gov/landsat-8-cloud-cover-assessment-validation-data
|
52 |
+
|
53 |
+
## Citation
|
54 |
+
|
55 |
+
```bib
|
56 |
+
@article{hrc_whu,
|
57 |
+
title = {Deep learning based cloud detection for medium and high resolution remote sensing images of different sensors},
|
58 |
+
journal = {ISPRS Journal of Photogrammetry and Remote Sensing},
|
59 |
+
volume = {150},
|
60 |
+
pages = {197-212},
|
61 |
+
year = {2019},
|
62 |
+
author = {Zhiwei Li and Huanfeng Shen and Qing Cheng and Yuhao Liu and Shucheng You and Zongyi He},
|
63 |
+
}
|
64 |
+
|
65 |
+
@article{gf12ms_whu,
|
66 |
+
author={Zhu, Shaocong and Li, Zhiwei and Shen, Huanfeng},
|
67 |
+
journal={IEEE Transactions on Geoscience and Remote Sensing},
|
68 |
+
title={Transferring Deep Models for Cloud Detection in Multisensor Images via Weakly Supervised Learning},
|
69 |
+
year={2024},
|
70 |
+
volume={62},
|
71 |
+
pages={1-18},
|
72 |
+
}
|
73 |
+
|
74 |
+
@article{cloudsen12_high,
|
75 |
+
title={CloudSEN12, a global dataset for semantic understanding of cloud and cloud shadow in Sentinel-2},
|
76 |
+
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},
|
77 |
+
journal={Scientific data},
|
78 |
+
volume={9},
|
79 |
+
number={1},
|
80 |
+
pages={782},
|
81 |
+
year={2022},
|
82 |
+
}
|
83 |
+
|
84 |
+
@article{l8_biome,
|
85 |
+
title = {Cloud detection algorithm comparison and validation for operational Landsat data products},
|
86 |
+
journal = {Remote Sensing of Environment},
|
87 |
+
volume = {194},
|
88 |
+
pages = {379-390},
|
89 |
+
year = {2017},
|
90 |
+
author = {Steve Foga and Pat L. Scaramuzza and Song Guo and Zhe Zhu and Ronald D. Dilley and Tim Beckmann and Gail L. Schmidt and John L. Dwyer and M. {Joseph Hughes} and Brady Laue}
|
91 |
+
}
|
92 |
+
```
|
93 |
+
|
94 |
+
## Contact
|
95 |
+
|
96 |
+
For questions, please contact Xavier Jiezou at xuechaozou (at) foxmail (dot) com.
|