jhnnsjkbk commited on
Commit
71448e2
1 Parent(s): 0f3e803

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -15,7 +15,7 @@ metrics:
15
  - IoU
16
  ---
17
  ### Model and Inputs
18
- The pretrained [Prithvi-100m](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M/blob/main/README.md) parameter model is finetuned to segment the extend of floods on Sentinel-2 images from the [Sen1Floods11 dataset](https://github.com/cloudtostreet/Sen1Floods11).
19
 
20
  The dataset consists of 446 labeled 512x512 chips that span all 14 biomes, 357 ecoregions, and 6 continents of the world across 11 flood events. The benchmark associated to Sen1Floods11 provides results for fully convolutional neural networks trained in various input/labeled data setups, considering Sentinel-1 and Sentinel-2 imagery.
21
 
@@ -30,14 +30,15 @@ We extract the following bands for flood mapping:
30
 
31
  Labels represent no water (class 0), water/flood (class 1), and no data/clouds (class 2).
32
 
33
- The Prithvi-100m model was initially pretrained using a sequence length of 3 timesteps. Based on the characteristics of this benchmark dataset, we focus on single-timestamp segmentation here. This demonstrates that our model does not require multiple timestamps during finetuning.
34
 
35
  ![](sen1floods11-finetuning.png)
36
 
37
  ### Code
38
- Code for Finetuning is available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/)
39
 
40
- Configuration used for finetuning is available through this [config](https://github.com/NASA-IMPACT/hls-foundation-os/blob/main/fine-tuning-examples/configs/sen1floods11.py).
 
 
41
 
42
  ### Results
43
 
 
15
  - IoU
16
  ---
17
  ### Model and Inputs
18
+ The pretrained [Prithvi-100m](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M/blob/main/README.md) model is finetuned to segment the extend of floods on Sentinel-2 images from the [Sen1Floods11 dataset](https://github.com/cloudtostreet/Sen1Floods11).
19
 
20
  The dataset consists of 446 labeled 512x512 chips that span all 14 biomes, 357 ecoregions, and 6 continents of the world across 11 flood events. The benchmark associated to Sen1Floods11 provides results for fully convolutional neural networks trained in various input/labeled data setups, considering Sentinel-1 and Sentinel-2 imagery.
21
 
 
30
 
31
  Labels represent no water (class 0), water/flood (class 1), and no data/clouds (class 2).
32
 
33
+ The Prithvi-100m model was initially pretrained using a sequence length of 3 timesteps. Based on the characteristics of this benchmark dataset, we focus on single-timestamp segmentation. This demonstrates that our model can be utilized with an arbitrary number of timestamps during finetuning.
34
 
35
  ![](sen1floods11-finetuning.png)
36
 
37
  ### Code
 
38
 
39
+ The code for this finetuning is available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/)
40
+
41
+ The configuration used for finetuning is available through this [config](https://github.com/NASA-IMPACT/hls-foundation-os/blob/main/fine-tuning-examples/configs/sen1floods11.py).
42
 
43
  ### Results
44