Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
1 |
+
# ml4floods pre-trained models
|
2 |
+
|
3 |
+
This repository contains the trained models of the publication:
|
4 |
+
|
5 |
+
> E. Portalés-Julià, G. Mateo-García, C. Purcell, and L. Gómez-Chova [Global flood extent segmentation in optical satellite images](https://www.nature.com/articles/s41598-023-47595-7). _Scientific Reports 13, 20316_ (2023). DOI: 10.1038/s41598-023-47595-7.
|
6 |
+
|
7 |
+
We include the trained models:
|
8 |
+
* Unet multioutput - `models/WF2_unetv2_all`
|
9 |
+
* Unet multioutput S2-to-L8 - `models/WF2_unetv2_bgriswirs`
|
10 |
+
* Unet multioutput RGBNIR - `models/WF2_unetv2_rgbi`
|
11 |
+
|
12 |
+
|
13 |
+
![metrics_ml4floods](metrics_ml4floods.png)
|
14 |
+
|
15 |
+
In order to run any of these models in Landsat or Sentinel-2 scene see the tutorial [*Inference with clouds aware floods segmentation model*](https://spaceml-org.github.io/ml4floods/content/ml4ops/HOWTO_Run_Inference_multioutput_binary.html) in the ml4floods docs.
|
16 |
+
|
17 |
---
|
18 |
license: cc-by-nc-4.0
|
19 |
---
|