Paolo-Fraccaro
commited on
Commit
·
c570ab4
1
Parent(s):
389998b
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ Labels are from CDL(Crop Data Layer) and classified into 13 classes.
|
|
35 |
The Prithvi-100m model was initially pretrained using a sequence length of 3 timesteps. For this task, we leverage the capacity for multi-temporal data input, which has been integrated from the foundational pretrained model. This adaptation allows us to achieve more generalized finetuning outcomes.
|
36 |
|
37 |
### Code
|
38 |
-
Code for Finetuning is available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/
|
39 |
|
40 |
Configuration used for finetuning is available through [config](https://github.com/NASA-IMPACT/hls-foundation-os/blob/main/fine-tuning-examples/configs/multi_temporal_crop_classification.py).
|
41 |
|
@@ -66,4 +66,4 @@ It is important to acknowledge that the CDL (Crop Data Layer) labels employed in
|
|
66 |
|
67 |
|
68 |
### Inference
|
69 |
-
|
|
|
35 |
The Prithvi-100m model was initially pretrained using a sequence length of 3 timesteps. For this task, we leverage the capacity for multi-temporal data input, which has been integrated from the foundational pretrained model. This adaptation allows us to achieve more generalized finetuning outcomes.
|
36 |
|
37 |
### Code
|
38 |
+
Code for Finetuning is available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/)
|
39 |
|
40 |
Configuration used for finetuning is available through [config](https://github.com/NASA-IMPACT/hls-foundation-os/blob/main/fine-tuning-examples/configs/multi_temporal_crop_classification.py).
|
41 |
|
|
|
66 |
|
67 |
|
68 |
### Inference
|
69 |
+
The github repo includes an inference script an inference script that allows to run the hls-cdl crop classification model for inference on HLS images. These input have to be geotiff format, including 18 bands for 3 time-step, and each time-step includes the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in order.
|