XavierJiezou commited on
Commit
b589012
1 Parent(s): 71ff9b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +96 -30
README.md CHANGED
@@ -1,30 +1,96 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- dataset_info:
4
- features:
5
- - name: image
6
- dtype: image
7
- - name: annotation
8
- dtype: image
9
- splits:
10
- - name: train
11
- num_bytes: 8683872818.848
12
- num_examples: 45728
13
- - name: val
14
- num_bytes: 1396718238.836
15
- num_examples: 15358
16
- - name: test
17
- num_bytes: 1516829621.65
18
- num_examples: 4623
19
- download_size: 12492798567
20
- dataset_size: 11597420679.334
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- - split: val
27
- path: data/val-*
28
- - split: test
29
- path: data/test-*
30
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: image
6
+ dtype: image
7
+ - name: annotation
8
+ dtype: image
9
+ splits:
10
+ - name: train
11
+ num_bytes: 8683872818.848
12
+ num_examples: 45728
13
+ - name: val
14
+ num_bytes: 1396718238.836
15
+ num_examples: 15358
16
+ - name: test
17
+ num_bytes: 1516829621.65
18
+ num_examples: 4623
19
+ download_size: 12492798567
20
+ dataset_size: 11597420679.334
21
+ configs:
22
+ - config_name: default
23
+ data_files:
24
+ - split: train
25
+ path: data/train-*
26
+ - split: val
27
+ path: data/val-*
28
+ - split: test
29
+ path: data/test-*
30
+ ---
31
+
32
+ # Dataset Card for Cloud-Adapter
33
+
34
+ This dataset card aims to describe the datasets used in the Cloud-Adapter, a collection of high-resolution satellite images and semantic segmentation masks for cloud detection and related tasks.
35
+
36
+ ## Uses
37
+
38
+ ## Dataset Structure
39
+
40
+ The dataset contains the following splits:
41
+ - `train`: Training images and corresponding segmentation masks.
42
+ - `val`: Validation images and corresponding segmentation masks.
43
+ - `test`: Testing images and corresponding segmentation masks.
44
+
45
+ Each data point includes:
46
+ - `image`: The input satellite image (PNG or JPG format).
47
+ - `annotation`: The segmentation mask (PNG format).
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Curation Rationale
52
+
53
+ This dataset was created to facilitate the reproduction of Cloud-Adapter.
54
+
55
+ ### Source Data
56
+
57
+ #### Data Collection and Processing
58
+
59
+ The dataset combines multiple sub-datasets, each processed to ensure consistency in format and organization:
60
+ - Images and annotations were organized into `train`, `val`, and `test` splits.
61
+ - Annotations were verified for accuracy and class consistency.
62
+
63
+ #### Who are the source data producers?
64
+
65
+ The dataset combines data from various remote sensing sources. Specific producers are as follows:
66
+ - WHU (gf12ms, hrc)
67
+ - Cloudsen12 dataset
68
+ - L8 Biome dataset
69
+
70
+ ## Citation
71
+
72
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
73
+
74
+ **BibTeX:**
75
+
76
+ [More Information Needed]
77
+
78
+ **APA:**
79
+
80
+ Xavier Jiezou. (2024). *Cloud-Adapter: A Semantic Segmentation Dataset for Remote Sensing Cloud Detection*. Retrieved from https://huggingface.co/datasets/XavierJiezou/Cloud-Adapter.
81
+
82
+ ## Glossary [optional]
83
+
84
+ [More Information Needed]
85
+
86
+ ## More Information
87
+
88
+ [More Information Needed]
89
+
90
+ ## Dataset Card Authors
91
+
92
+ This dataset card was authored by Xavier Jiezou.
93
+
94
+ ## Dataset Card Contact
95
+
96
+ For questions, please contact Xavier Jiezou at xuechaozou (at) foxmail (dot) com.