jhnnsjkbk commited on
Commit
382ff2f
1 Parent(s): 71448e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -49,9 +49,9 @@ Finetuning the geospatial foundation model for 100 epochs leads to the following
49
  | No water | 96.90% | 98.11% |
50
  | Water/Flood | 80.46% | 90.54% |
51
 
52
- |**aAcc**|**mIoU**|**mAcc**|
53
- |:------:|:------:|:------:|
54
- | 97.25% | 88.68% | 94.37% |
55
 
56
 
57
  The performance of the model has been further validated on an unseen, holdout flood event in Bolivia. The results are consistent with the performance on the test set:
@@ -62,12 +62,12 @@ The performance of the model has been further validated on an unseen, holdout fl
62
  | No water | 95.37% | 97.39% |
63
  | Water/Flood | 77.95% | 88.74% |
64
 
65
- |**aAcc**|**mIoU**|**mAcc**|
66
- |:------:|:------:|:------:|
67
- | 96.02% | 86.66% | 93.07% |
68
 
69
- Finetuning took ~1 hour on a NVIDIA V100.
70
 
71
 
72
  ### Inference
73
- The github repo includes an inference script that allows to run the flood mapping model for inference on Sentinel-2 images. These input have to be geotiff format, including 6 bands for a single time-step described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in order. There is also a **demo** that leverages the same code **[here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-sen1floods11-demo)**.
 
49
  | No water | 96.90% | 98.11% |
50
  | Water/Flood | 80.46% | 90.54% |
51
 
52
+ | **aAcc** |**mIoU**|**mAcc**|
53
+ |:------------------:|:------:|:------:|
54
+ | 97.25% | 88.68% | 94.37% |
55
 
56
 
57
  The performance of the model has been further validated on an unseen, holdout flood event in Bolivia. The results are consistent with the performance on the test set:
 
62
  | No water | 95.37% | 97.39% |
63
  | Water/Flood | 77.95% | 88.74% |
64
 
65
+ | **aAcc** |**mIoU**|**mAcc**|
66
+ |:------------------:|:------:|:------:|
67
+ | 96.02% | 86.66% | 93.07% |
68
 
69
+ Finetuning took ~1 hour on an NVIDIA V100.
70
 
71
 
72
  ### Inference
73
+ The github repo includes an inference script that allows running the flood mapping model for inference on Sentinel-2 images. These inputs have to be geotiff format, including 6 bands for a single time-step described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in order. There is also a **demo** that leverages the same code **[here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-sen1floods11-demo)**.