Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -34,8 +34,8 @@ The SAR images were acquired from the Sentinel-1 satellite. Specifically, the In
|
|
34 |
<table>
|
35 |
<tr>
|
36 |
<th>Property</th>
|
37 |
-
<th>Optical
|
38 |
-
<th>SAR
|
39 |
</tr>
|
40 |
<tr>
|
41 |
<th>Source</th>
|
@@ -68,7 +68,7 @@ The SAR images were acquired from the Sentinel-1 satellite. Specifically, the In
|
|
68 |
|
69 |
The dataset is organized into paired folders for image patches and corresponding labels:
|
70 |
```
|
71 |
-
-
|
72 |
├── opts/ (optical image)
|
73 |
│ ├── 1_1.tif
|
74 |
│ ├── 1_2.tif
|
@@ -87,6 +87,7 @@ The dataset is organized into paired folders for image patches and corresponding
|
|
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
|
|
|
34 |
<table>
|
35 |
<tr>
|
36 |
<th>Property</th>
|
37 |
+
<th>Optical image</th>
|
38 |
+
<th>SAR image</th>
|
39 |
</tr>
|
40 |
<tr>
|
41 |
<th>Source</th>
|
|
|
68 |
|
69 |
The dataset is organized into paired folders for image patches and corresponding labels:
|
70 |
```
|
71 |
+
-LandSea/
|
72 |
├── opts/ (optical image)
|
73 |
│ ├── 1_1.tif
|
74 |
│ ├── 1_2.tif
|
|
|
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 |
|
93 |
## Labels
|