Skip to content

Commit

Permalink
minor update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yurujaja committed Sep 29, 2024
1 parent f0f4676 commit 19d4310
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DATASET_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ This document provides a detailed overview of the datasets used in this reposito
```
torchrun --nnodes=1 --nproc_per_node=1 pangaea/run.py \
--config-name=train \
dataset=spacenet7 \
dataset=spacenet7cd \
encoder=remoteclip \
decoder=seg_siamupernet_conc\
preprocessing=seg_default \
criterion=cross_entropy \
task=segmentation
task=change_detection
```

### AI4SmallFarms
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Tests](https://github.com/yurujaja/geofm-bench/actions/workflows/python-test.yml/badge.svg)](https://github.com/yurujaja/geofm-bench/actions/workflows/python-test.yml)

# PANGAEA: A Diverse Benchmark for Geospatial Foundation Models
# PANGAEA: A Global and Inclusive Benchmark for Geospatial Foundation Models

## 📚 Introduction

Expand All @@ -9,10 +9,10 @@ While geospatial foundation models (GFMs) have proliferated rapidly, their evalu
To bridge this gap, we propose a standardized evaluation protocol that incorporates a wide-ranging selection of datasets, tasks, resolutions, and sensor types, establishing a robust and widely applicable benchmark for GFMs.


<img src=".github/geofmbenchmark.png" alt="PANGAEA: a diverse benchmark for geospatial foundation models" width="90%">
<img src=".github/geofmbenchmark.png" alt="PANGAEA: a global and inclusive benchmark for geospatial foundation models" width="90%">


In this repo, you can find the code to benchmark GFMs. For the moment we included several GFMs that present different approach. We look forward to adding new models and datasets.
In this repo, you can find the code to benchmark GFMs. For the moment we included several GFMs that present different approaches. We look forward to adding new models and datasets.

For the moment, we support the following **models**:

Expand Down Expand Up @@ -311,14 +311,15 @@ A pre-print is coming soon... Stay tuned!
| Prithvi | Sen1Floods11 | 80 | 87.217 |
| Prithvi | AI4SmallFarms | 80 | 33.796 |
NOTE: if you want to benchmark the results of your model, for a fair comparison do not change the hparams in the configs! When the pre-print will be out, we will publish also a set of "benchmark-configs".
## 📝 Citation
If you use this software in your work, please cite:
```
@misc{pangaea,
author = {},
author = {Pangaea Team},
title = {Pangaea},
year = {2024},
publisher = {GitHub},
Expand Down

0 comments on commit 19d4310

Please sign in to comment.