Update model card.
#1
by
xhagrg
- opened
README.md
CHANGED
@@ -66,4 +66,19 @@ It is important to acknowledge that the CDL (Crop Data Layer) labels employed in
|
|
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. 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)**.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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. 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)**.
|
70 |
+
|
71 |
+
## Citation
|
72 |
+
|
73 |
+
If this model helped your research, please cite `HLS Multi Temporal Crop Classification Model` in your publications. Here is an example BibTeX entry:
|
74 |
+
|
75 |
+
```
|
76 |
+
@misc{hls-multi-temporal-crop-classification-model,
|
77 |
+
author = {Cecil, Michael and Kordi, Fatemehand Li, Hanxi (Steve) and Khallaghi, Sam and Fraccaro, Paolo and Alemohammad, Hamed and Ramachandran, Rahul},
|
78 |
+
doi = {https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-multi-temporal-crop-classification},
|
79 |
+
month = aug,
|
80 |
+
title = {{HLS Multi Temporal Crop Classification Model}},
|
81 |
+
url = {https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M-multi-temporal-crop-classification},
|
82 |
+
year = {2023}
|
83 |
+
}
|
84 |
+
```
|