Paolo-Fraccaro
commited on
Commit
•
b8079f4
1
Parent(s):
91b09fa
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ Configuration used for finetuning is available through [config](https://github.c
|
|
39 |
The experiment by running the mmseg stack for 50 epochs using the above config led to an IoU of **0.72** on the burn scar class and **0.96** overall accuracy. It is noteworthy that this leads to a resonably good model, but further developement will most likely improve performance.
|
40 |
|
41 |
### Inference and demo
|
42 |
-
|
43 |
|
44 |
|
45 |
|
|
|
39 |
The experiment by running the mmseg stack for 50 epochs using the above config led to an IoU of **0.72** on the burn scar class and **0.96** overall accuracy. It is noteworthy that this leads to a resonably good model, but further developement will most likely improve performance.
|
40 |
|
41 |
### Inference and demo
|
42 |
+
The github repo includes an inference script that allows to run the burn scar model for inference on HLS images. These input have to be geotiff format, including the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in reflectance units [0-1]. There is also a **demo** that leverages the same code **[here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-Burn-scars-demo)**.
|
43 |
|
44 |
|
45 |
|