Commit
•
dd316eb
1
Parent(s):
95b8d0f
Update README.md (#5)
Browse files- Update README.md (7f982da2fd72ce2089507845280446cce105b8e3)
Co-authored-by: Jorge Prado <[email protected]>
README.md
CHANGED
@@ -68,7 +68,7 @@ It is important to acknowledge that the CDL (Crop Data Layer) labels employed in
|
|
68 |
The baseline model along with its results can be accessed [here](https://github.com/ClarkCGA/multi-temporal-crop-classification-baseline).
|
69 |
|
70 |
### Inference
|
71 |
-
The github repo includes an inference script
|
72 |
|
73 |
### Feedback
|
74 |
|
|
|
68 |
The baseline model along with its results can be accessed [here](https://github.com/ClarkCGA/multi-temporal-crop-classification-baseline).
|
69 |
|
70 |
### Inference
|
71 |
+
The github repo includes 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. There is also a **demo** that leverages the same code **[here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-multi-temporal-crop-classification-demo)**.
|
72 |
|
73 |
### Feedback
|
74 |
|