From 5968d1f3c35728b4bbfc2b4d19325c4c8823715d Mon Sep 17 00:00:00 2001 From: EricBrune <89398261+EricBrune@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:07:48 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 39e7b50f..29d6f002 100644 --- a/README.md +++ b/README.md @@ -371,12 +371,7 @@ To benchmark your own foundation model, follow these steps: return outputs ``` -3. **Adjust Band Mapping**: - - - Ensure that the `input_bands` in your encoder configuration match the bands used in your model. - - Update the `input_bands` section in your encoder YAML file if necessary. - -4. **Run Training with Your Model**: +3. **Run Training with Your Model**: - Use the `run.py` script with your encoder configuration. - **Example Command**: From f61e14d9adea3fa22db787d61a961500dc4dc2f9 Mon Sep 17 00:00:00 2001 From: EricBrune <89398261+EricBrune@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:11:11 +0200 Subject: [PATCH 2/2] Add AI4SmallFarms first results --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29d6f002..f15595cd 100644 --- a/README.md +++ b/README.md @@ -406,11 +406,12 @@ Some features are under construction: A pre-print is coming soon... Stay tuned! -| Encoder | Dataset | Epochs | mIoU | -|---------|--------------|--------|--------| -| Prithvi | MADOS | 80 | 53.455 | -| Prithvi | HLSBurnScars | 80 | 86.208 | -| Prithvi | Sen1Floods11 | 80 | 87.217 | +| Encoder | Dataset | Epochs | mIoU | +|---------|---------------|--------|--------| +| Prithvi | MADOS | 80 | 53.455 | +| Prithvi | HLSBurnScars | 80 | 86.208 | +| Prithvi | Sen1Floods11 | 80 | 87.217 | +| Prithvi | AI4SmallFarms | 80 | 33.796 | Please note: #add different conditions