Update README.md to reflect newest eval result
Browse files
README.md
CHANGED
@@ -44,26 +44,26 @@ The experiment by running the mmseg stack for 80 epochs using the above config l
|
|
44 |
|
45 |
| **Classes** | **IoU**| **Acc**|
|
46 |
|:------------------:|:------:|:------:|
|
47 |
-
| Natural Vegetation | 0.
|
48 |
-
| Forest | 0.
|
49 |
-
| Corn | 0.
|
50 |
-
| Soybeans | 0.
|
51 |
-
| Wetlands | 0.
|
52 |
-
| Developed/Barren | 0.
|
53 |
-
| Open Water | 0.
|
54 |
-
| Winter Wheat | 0.
|
55 |
-
| Alfalfa | 0.
|
56 |
-
|Fallow/Idle Cropland| 0.
|
57 |
-
| Cotton | 0.
|
58 |
-
| Sorghum | 0.
|
59 |
-
| Other | 0.
|
60 |
|
61 |
|**aAcc**|**mIoU**|**mAcc**|
|
62 |
|:------:|:------:|:------:|
|
63 |
-
|
|
64 |
|
65 |
It is important to acknowledge that the CDL (Crop Data Layer) labels employed in this process are known to contain noise and are not entirely precise, thereby influencing the model's performance. Fine-tuning the model with more accurate labels is expected to further enhance its overall effectiveness, leading to improved results.
|
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.
|
|
|
44 |
|
45 |
| **Classes** | **IoU**| **Acc**|
|
46 |
|:------------------:|:------:|:------:|
|
47 |
+
| Natural Vegetation | 0.4038 | 46.89% |
|
48 |
+
| Forest | 0.4747 | 66.38% |
|
49 |
+
| Corn | 0.5491 | 65.47% |
|
50 |
+
| Soybeans | 0.5297 | 67.46% |
|
51 |
+
| Wetlands | 0.402 | 58.91% |
|
52 |
+
| Developed/Barren | 0.3611 | 56.49% |
|
53 |
+
| Open Water | 0.6804 | 90.37% |
|
54 |
+
| Winter Wheat | 0.4967 | 67.16% |
|
55 |
+
| Alfalfa | 0.3084 | 66.75% |
|
56 |
+
|Fallow/Idle Cropland| 0.3493 | 59.23% |
|
57 |
+
| Cotton | 0.3237 | 66.94% |
|
58 |
+
| Sorghum | 0.3283 | 73.56% |
|
59 |
+
| Other | 0.3427 | 47.12% |
|
60 |
|
61 |
|**aAcc**|**mIoU**|**mAcc**|
|
62 |
|:------:|:------:|:------:|
|
63 |
+
| 60.64% | 0.4269 | 64.06% |
|
64 |
|
65 |
It is important to acknowledge that the CDL (Crop Data Layer) labels employed in this process are known to contain noise and are not entirely precise, thereby influencing the model's performance. Fine-tuning the model with more accurate labels is expected to further enhance its overall effectiveness, leading to improved results.
|
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)**.
|