romeokienzler
commited on
Commit
•
3208550
1
Parent(s):
6e6d90d
add links to notebooks
Browse files
README.md
CHANGED
@@ -49,7 +49,14 @@ python inference.py --data_files t1.tif t2.tif t3.tif t4.tif --input_indices <op
|
|
49 |
|
50 |
## Finetuning
|
51 |
|
52 |
-
You can finetune the model using [TerraTorch](https://github.com/IBM/terratorch). Examples of configs and notebooks are provided in the project repository: [github.com/NASA-IMPACT/Prithvi-EO-2.0](https://github.com/NASA-IMPACT/Prithvi-EO-2.0#fine-tuning).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
### Feedback
|
55 |
|
|
|
49 |
|
50 |
## Finetuning
|
51 |
|
52 |
+
You can finetune the model using [TerraTorch](https://github.com/IBM/terratorch). Examples of configs and notebooks are provided in the project repository: [github.com/NASA-IMPACT/Prithvi-EO-2.0](https://github.com/NASA-IMPACT/Prithvi-EO-2.0#fine-tuning).
|
53 |
+
Example Notebooks:
|
54 |
+
|
55 |
+
[Multitemporal Crop Segmentation](https://github.com/NASA-IMPACT/Prithvi-EO-2.0/blob/main/examples/example_multitemporalcrop.ipynb)
|
56 |
+
[Landslide Segmentation](https://github.com/NASA-IMPACT/Prithvi-EO-2.0/blob/main/examples/example_landslide4sense.ipynb) [<b><i>>>Try it on Colab<<</i></b>](https://colab.research.google.com/github/NASA-IMPACT/Prithvi-EO-2.0/blob/main/examples/example_landslide4sense.ipynb) (Choose T4 GPU runtime)
|
57 |
+
[Carbon Flux Prediction (Regression)](https://github.com/NASA-IMPACT/Prithvi-EO-2.0/blob/main/examples/carbon_flux/main_flux_finetune_baselines_trainer.ipynb)
|
58 |
+
|
59 |
+
|
60 |
|
61 |
### Feedback
|
62 |
|