Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,13 @@ tags:
|
|
7 |
- Remote sensing
|
8 |
- ZueriCrop 2.0 dataset
|
9 |
- Hierarchical classification
|
10 |
-
|
11 |
---
|
12 |
|
13 |
-
`Messis` is
|
|
|
|
|
|
|
|
|
14 |
|
15 |
<img src="./assets/messis.jpeg" alt="Messis" width="600">
|
16 |
|
@@ -22,6 +25,6 @@ tags:
|
|
22 |
|
23 |
### Usage
|
24 |
|
25 |
-
Experience the Messis model firsthand by trying it out in our interactive [
|
26 |
|
27 |
-
For comprehensive details on how Messis was developed, including full access to the DVC pipeline producing the dataset, model code, preprocessing steps, and training scripts, visit our [GitHub Repository](https://github.com/Satellite-Based-Crop-Classification/messis).
|
|
|
7 |
- Remote sensing
|
8 |
- ZueriCrop 2.0 dataset
|
9 |
- Hierarchical classification
|
|
|
10 |
---
|
11 |
|
12 |
+
`Messis` is an advanced crop classification model for the agricultural landscapes of Switzerland. It is built upon the geospatial foundation model [Prithvi](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M), which was originally pre-trained on U.S. satellite data. Messis has been trained using our ZueriCrop 2.0 dataset, a specially curated collection of Sentinel-2 imagery that covers agricultural regions in Switzerland.
|
13 |
+
|
14 |
+
The Messis model leverages a three-tier hierarchical label structure, optimized for remote sensing tasks, to enhance its classification accuracy across different crop types. By adapting Prithvi to the specific challenges of Swiss agriculture—such as smaller field sizes and higher image resolutions by the Sentinel-2 satellites—Messis demonstrates the versatility of pretrained geospatial models in handling new downstream tasks.
|
15 |
+
|
16 |
+
Additionally, Messis reduces the need for extensive labeled data by effectively utilizing Prithvi's pretrained weights. In evaluations, Messis achieved a notable F1 score of 34.8% across 48 crop classes, doubling the performance when compared to the same model initialized with random weights.
|
17 |
|
18 |
<img src="./assets/messis.jpeg" alt="Messis" width="600">
|
19 |
|
|
|
25 |
|
26 |
### Usage
|
27 |
|
28 |
+
Experience the Messis model firsthand by trying it out in our interactive [Huggingface Spaces Demo](https://huggingface.co/spaces/crop-classification/messis-demo).
|
29 |
|
30 |
+
For comprehensive details on how Messis was developed, including full access to the DVC pipeline producing the ZueriCrop 2.0 dataset, model code, preprocessing steps, and training scripts, visit our [GitHub Repository](https://github.com/Satellite-Based-Crop-Classification/messis). There, you’ll find everything you need to understand, reproduce, or further fine-tune the model.
|