Update README.md
Browse filesAdd tutorial ml4floods with torch dataset
README.md
CHANGED
|
@@ -29,8 +29,11 @@ huggingface-cli download --cache-dir /path/to/cachedir --local-dir /path/to/loca
|
|
| 29 |
|
| 30 |
## Explore the dataset
|
| 31 |
|
| 32 |
-
The
|
|
|
|
|
|
|
| 33 |
process the dataset and plot the images and masks.
|
|
|
|
| 34 |
|
| 35 |
## Licence
|
| 36 |
|
|
|
|
| 29 |
|
| 30 |
## Explore the dataset
|
| 31 |
|
| 32 |
+
The following [ml4floods](https://github.com/spaceml-org/ml4floods) tutorials may help you explore and use this dataset:
|
| 33 |
+
|
| 34 |
+
1. The [exploring *WorldFloodsv2*](https://spaceml-org.github.io/ml4floods/content/prep/exploring_worldfloods.html) tutorial shows how to
|
| 35 |
process the dataset and plot the images and masks.
|
| 36 |
+
1. The [*WorldFloodsV2* torch dataset](https://spaceml-org.github.io/ml4floods/content/ml4ops/HOWTO_WF2_load_dataset.html) tutorial shows how to load the dataset with pytorch data loaders.
|
| 37 |
|
| 38 |
## Licence
|
| 39 |
|