yvokeller commited on
Commit
27f6e01
1 Parent(s): 2155ee4

Messis 1.0 Release

Browse files
Files changed (3) hide show
  1. README.md +15 -3
  2. assets/messis.jpeg +0 -0
  3. config.json +1 -1
README.md CHANGED
@@ -4,6 +4,18 @@ tags:
4
  - model_hub_mixin
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - model_hub_mixin
5
  ---
6
 
7
+ ![Messis](./assets/messis.jpeg)
8
+
9
+ `Messis`is a crop classification model for Switzerland, trained on the ZueriCrop 2.0 dataset. It is fine-tuned from the Prithvi geospatial foundation model, optimized for high-resolution Sentinel-2 imagery specific to Swiss agricultural landscapes. Messis leverages a hierarchical label structure and pretrained weights.
10
+
11
+ ### Key Features
12
+ 1. **Adapted for High-Resolution Crop Classification:** Messis is fine-tuned from the Prithvi geospatial foundation model, originally trained on U.S. data, and optimized for high-resolution Sentinel-2 imagery specific to Swiss agricultural landscapes.
13
+ 2. **Leveraged Hierarchical Label Structure:** Utilizes a remote-sensing-focused hierarchical label structure, enabling more accurate classification across multiple levels of crop granularity.
14
+ 3. **Pretrained Weight Utilization:** Demonstrated significant performance improvement by leveraging Prithvi's pretrained weights, achieving a doubled F1 score compared to training from scratch.
15
+ 4. **Dataset:** Trained on the ZueriCrop 2.0 dataset, which features higher image dimension (224x224 pixels) compared to the original ZueriCrop dataset.
16
+
17
+ ### Usage
18
+
19
+ Experience the Messis model firsthand by trying it out in our interactive [Hugging Face Spaces Demo](https://huggingface.co/spaces/crop-classification/messis-demo). This demo allows you to test the model's capabilities directly on your own data or sample images.
20
+
21
+ 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). Here, you’ll find everything you need to understand, reproduce, or further fine-tune the model.
assets/messis.jpeg ADDED
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "hparams": {
3
  "accumulate_grad_batches": 2,
4
- "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
  "bands": [
6
  0,
7
  1,
 
1
  {
2
  "hparams": {
3
  "accumulate_grad_batches": 2,
4
+ "backbone_weights_path": "huggingface",
5
  "bands": [
6
  0,
7
  1,