cuibinge commited on
Commit
23075ff
·
verified ·
1 Parent(s): c1464a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -39
README.md CHANGED
@@ -27,6 +27,10 @@ The Optical images were acquired from the Sentinel-2 satellite.
27
  The SAR images were acquired from the Sentinel-1 satellite. Specifically, the Interferometric Wide Swath (IW) mode with a pixel size of 10 meters was used, incorporating both Vertical-Vertical (VV) and Vertical-Horizontal (VH) polarizations.The Sentinel-1 data underwent preprocessing in SNAP software, including orbit correction, thermal noise removal, radiometric calibration, and terrain correction. Finally, the data were resampled to a resolution of 10 m × 10 m to align with the selected Sentinel-2 spectral bands.
28
 
29
  ---
 
 
 
 
30
  <table>
31
  <tr>
32
  <th>Property</th>
@@ -56,15 +60,6 @@ The SAR images were acquired from the Sentinel-1 satellite. Specifically, the In
56
  <td colspan=2>1286</td>
57
  </table>
58
 
59
- ## Dataset Specifications
60
-
61
- | Property | Optical iamge | SAR iamge |
62
- |----------------------|-----------------------------------------|-------------------------------------|
63
- | Source | Sentinel-2 satellite |Sentinel-1 Satellite |
64
- | Spectral Bands | Red, Green, Blue, and Near-Infrared |VV, VH |
65
- | Spatial Resolution | 10 meters |
66
- | Image Patch Size | 224 × 224 pixels |
67
- | Total Image Pairs | 1286 |
68
 
69
  ---
70
 
@@ -90,43 +85,23 @@ The dataset is organized into paired folders for image patches and corresponding
90
  │ └── ...
91
  └── README.md
92
  ```
93
- - Each sample consists of a pair of images (`images_A` and `images_B`) representing two different timepoints.
94
- - The corresponding binary change map is stored in the `labels` directory.
95
- - Image and label files are matched by filename: e.g., `1_1_1.png` in `A/`, `B/`, and `labels/` belong to the same sample.
96
- - The samples folder contains thumbnail versions of the complete georeferenced remote sensing images used for patch sampling. These are downscaled bitemporal Landsat-8 images covering the glacier regions.
97
-
98
  ---
99
 
100
  ## Labels
101
 
102
  The label files are binary masks:
103
 
104
- - Pixel value `0`: no change
105
- - Pixel value `1`: glacier change
106
 
107
  ---
108
 
109
- ## Sample Images
110
-
111
- **Southeastern Coast of Greenland**
112
 
113
- ![Greenland Sample A](samples/greenland_A.png)
114
- *Sample from 2015*
115
 
116
- ![Greenland Sample B](samples/greenland_B.png)
117
- *Sample from 2023*
118
 
119
- **Svalbard Archipelago**
120
-
121
- ![Svalbard Sample A](samples/svalbard_A.png)
122
- *Sample from 2015*
123
-
124
- ![Svalbard Sample B](samples/svalbard_B.png)
125
- *Sample from 2020*
126
-
127
- ---
128
-
129
- ## Potential Applications
130
 
131
  - Glacier dynamics monitoring
132
  - Polar environmental change detection
@@ -134,22 +109,22 @@ The label files are binary masks:
134
  - Time-series remote sensing research
135
  - Climate-related environmental studies
136
 
137
- ---
138
 
139
- ## Dataset Access
140
 
141
  The complete dataset is publicly available on GitHub:
142
  👉 [https://github.com/cuibinge/Glacier-Dataset](https://github.com/cuibinge/Glacier-Dataset)
143
 
144
- ---
145
 
146
- ## Citation
147
 
148
  If you use this dataset in your research, please cite:
149
 
150
  **VPGCD-Net: A Visual Prompt Driven Network for Glacier Change Detection in Remote Sensing Imagery**. Zhishen Shi, Bing'e Cui, et al. *IEEE Geoscience and Remote Sensing Letters*, 2025.
151
 
152
- ---
153
 
154
  ## Contact
155
 
 
27
  The SAR images were acquired from the Sentinel-1 satellite. Specifically, the Interferometric Wide Swath (IW) mode with a pixel size of 10 meters was used, incorporating both Vertical-Vertical (VV) and Vertical-Horizontal (VH) polarizations.The Sentinel-1 data underwent preprocessing in SNAP software, including orbit correction, thermal noise removal, radiometric calibration, and terrain correction. Finally, the data were resampled to a resolution of 10 m × 10 m to align with the selected Sentinel-2 spectral bands.
28
 
29
  ---
30
+
31
+
32
+ ## Dataset Specifications
33
+
34
  <table>
35
  <tr>
36
  <th>Property</th>
 
60
  <td colspan=2>1286</td>
61
  </table>
62
 
 
 
 
 
 
 
 
 
 
63
 
64
  ---
65
 
 
85
  │ └── ...
86
  └── README.md
87
  ```
88
+ - Each sample consists of three images: one optical image and two SAR images. For example, the optical image is stored as ‘opts/1_1.tif’, and the corresponding SAR images are ‘sars/1_1_0.tif’ and ‘sars/1_1_1.tif’, representing the VV and VH polarization channels, respectively.
89
+ - The corresponding sea-land segmentation map is stored in the `lbls` directory.
 
 
 
90
  ---
91
 
92
  ## Labels
93
 
94
  The label files are binary masks:
95
 
96
+ - Pixel value `0`: land
97
+ - Pixel value `1`: sea
98
 
99
  ---
100
 
 
 
 
101
 
 
 
102
 
 
 
103
 
104
+ <!-- ## Potential Applications
 
 
 
 
 
 
 
 
 
 
105
 
106
  - Glacier dynamics monitoring
107
  - Polar environmental change detection
 
109
  - Time-series remote sensing research
110
  - Climate-related environmental studies
111
 
112
+ --- -->
113
 
114
+ <!-- ## Dataset Access
115
 
116
  The complete dataset is publicly available on GitHub:
117
  👉 [https://github.com/cuibinge/Glacier-Dataset](https://github.com/cuibinge/Glacier-Dataset)
118
 
119
+ --- -->
120
 
121
+ <!-- ## Citation
122
 
123
  If you use this dataset in your research, please cite:
124
 
125
  **VPGCD-Net: A Visual Prompt Driven Network for Glacier Change Detection in Remote Sensing Imagery**. Zhishen Shi, Bing'e Cui, et al. *IEEE Geoscience and Remote Sensing Letters*, 2025.
126
 
127
+ --- -->
128
 
129
  ## Contact
130