Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MANGO: A Global Single-Date Paired Dataset for Mangrove Segmentation
|
| 2 |
|
| 3 |
<!-- **IEEE International Geoscience and Remote Sensing Symposium (IGARSS), 2026 (Under Review)** -->
|
|
@@ -102,4 +111,4 @@ We recommend placing the dataset in the `datasets/GEE/` directory to match the d
|
|
| 102 |
mkdir -p datasets/GEE
|
| 103 |
mv data.tar datasets/GEE/
|
| 104 |
cd datasets/GEE
|
| 105 |
-
tar -xvf data.tar
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- Mangrove
|
| 5 |
+
- Sentinel-2
|
| 6 |
+
- Image_Segmentation
|
| 7 |
+
- Google_Earth_Engine
|
| 8 |
+
viewer: false
|
| 9 |
+
---
|
| 10 |
# MANGO: A Global Single-Date Paired Dataset for Mangrove Segmentation
|
| 11 |
|
| 12 |
<!-- **IEEE International Geoscience and Remote Sensing Symposium (IGARSS), 2026 (Under Review)** -->
|
|
|
|
| 111 |
mkdir -p datasets/GEE
|
| 112 |
mv data.tar datasets/GEE/
|
| 113 |
cd datasets/GEE
|
| 114 |
+
tar -xvf data.tar
|