Commit
·
335eadc
1
Parent(s):
a20e470
Update ReadMe
Browse files- README.md +8 -1
- assets/Prithvi_evaluation.png +3 -0
README.md
CHANGED
|
@@ -36,6 +36,13 @@ Second, we considered geolocation (center latitude and longitude) and date of ac
|
|
| 36 |
|
| 37 |
The models were pre-trained at the Jülich Supercomputing Centre with NASA's HLS V2 product (30m granularity) using 4.2M samples with six bands in the following order: Blue, Green, Red, Narrow NIR, SWIR, SWIR 2.
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
## Demo and inference
|
| 40 |
We provide a **demo** running Prithvi-EO-2.0-300M-TL [here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-EO-2.0-Demo).
|
| 41 |
|
|
@@ -47,7 +54,7 @@ python inference.py --data_files t1.tif t2.tif t3.tif t4.tif --input_indices <op
|
|
| 47 |
|
| 48 |
## Finetuning
|
| 49 |
|
| 50 |
-
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).
|
| 51 |
Example Notebooks:
|
| 52 |
|
| 53 |
[Multitemporal Crop Segmentation](https://github.com/NASA-IMPACT/Prithvi-EO-2.0/blob/main/examples/example_multitemporalcrop.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_multitemporalcrop.ipynb) (Choose T4 GPU runtime)
|
|
|
|
| 36 |
|
| 37 |
The models were pre-trained at the Jülich Supercomputing Centre with NASA's HLS V2 product (30m granularity) using 4.2M samples with six bands in the following order: Blue, Green, Red, Narrow NIR, SWIR, SWIR 2.
|
| 38 |
|
| 39 |
+
## Benchmarking
|
| 40 |
+
We validated the Prithvi-EO-2.0 models through extensive experiments using [GEO-bench](https://github.com/ServiceNow/geo-bench).
|
| 41 |
+
While Prithvi-EO-2.0-tiny-TL performs lower than it's bigger counterparts (model params visualized by point size), it is much faster and needs less compute indicated by the GFLOPs.
|
| 42 |
+
The model is small enough to run on edge devices like satellites and smartphones.
|
| 43 |
+
|
| 44 |
+

|
| 45 |
+
|
| 46 |
## Demo and inference
|
| 47 |
We provide a **demo** running Prithvi-EO-2.0-300M-TL [here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-EO-2.0-Demo).
|
| 48 |
|
|
|
|
| 54 |
|
| 55 |
## Finetuning
|
| 56 |
|
| 57 |
+
You can finetune the model using [TerraTorch](https://github.com/IBM/terratorch) (`terratorch>=1.1` required). 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).
|
| 58 |
Example Notebooks:
|
| 59 |
|
| 60 |
[Multitemporal Crop Segmentation](https://github.com/NASA-IMPACT/Prithvi-EO-2.0/blob/main/examples/example_multitemporalcrop.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_multitemporalcrop.ipynb) (Choose T4 GPU runtime)
|
assets/Prithvi_evaluation.png
ADDED
|
Git LFS Details
|