Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,4 @@ python Prithvi_run_inference.py --data_files t1.tif t2.tif t3.tif --yaml_file_pa
|
|
41 |
```
|
42 |
|
43 |
### Finetuning examples
|
44 |
-
Examples of finetuning the model for image segmentation using the mmsegmentation library are available through Hugging Face (e.g. [burn scars
|
|
|
41 |
```
|
42 |
|
43 |
### Finetuning examples
|
44 |
+
Examples of finetuning the model for image segmentation using the mmsegmentation library are available through Hugging Face (e.g. [burn scars segmentation](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-burn-scar), [flood mapping](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-sen1floods11), and [multi temporal crop classification](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-multi-temporal-crop-classification)), with the code used for the experiments available on [github](https://github.com/NASA-IMPACT/hls-foundation-os/tree/main/fine-tuning-examples). This also contains instructions to finetune the model for flood detection on the popular open access [sen1floods11 dataset](https://github.com/cloudtostreet/Sen1Floods11).
|