hanxLi commited on
Commit
237d50b
1 Parent(s): c570ab4

Update README.md to reflect newest eval result

Browse files
Files changed (1) hide show
  1. README.md +15 -15
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.3362 | 39.06% |
48
- | Forest | 0.4362 | 65.88% |
49
- | Corn | 0.4574 | 54.53% |
50
- | Soybeans | 0.4682 | 62.25% |
51
- | Wetlands | 0.3246 | 45.62% |
52
- | Developed/Barren | 0.3077 | 49.1% |
53
- | Open Water | 0.6181 | 90.04% |
54
- | Winter Wheat | 0.4497 | 66.75% |
55
- | Alfalfa | 0.2518 | 63.97% |
56
- |Fallow/Idle Cropland| 0.328 | 54.46% |
57
- | Cotton | 0.2679 | 66.37% |
58
- | Sorghum | 0.2741 | 75.91% |
59
- | Other | 0.2803 | 39.76% |
60
 
61
  |**aAcc**|**mIoU**|**mAcc**|
62
  |:------:|:------:|:------:|
63
- | 54.32% | 0.3692 | 59.51% |
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)**.