Skip to main content

A benchmark designed to advance foundation models for Earth monitoring, tailored for remote sensing. It encompasses six classification and six segmentation tasks, curated for precision and model evaluation. The package also features a comprehensive evaluation methodology and showcases results from 20 established baseline models.

Project description

GEO-Bench: Toward Foundation Models for Earth Monitoring

GeoBench is a ServiceNow Research project.

License Language: Python

GEO-Bench is a General Earth Observation benchmark for evaluating the performances of large pre-trained models on geospatial data. Read the full paper for usage details and evaluation of existing pre-trained vision models.

Installation

You can install GEO-Bench with pip:

pip install geo-benchmark

Downloading the data

Set $GEO_BENCH_DIR to your preferred location. If not set, it will be stored in $HOME/dataset/geobench.

Next, use the download script. This will automatically download from Zenodo

Run the command:

geobench-download

The current version of the benchmark is 0.9.1. It will soon be updated to incorporate minor changes

This will download all datasets in parallel. If some files are already downloaded, it will verify the md5 checksum. Feel free to restart the downloader if it is interrupted or if you get Error: TOO MANY REQUESTS. m-bigearthnet takes the longest time and Zenodo is a bit slow some days.

Test installation

Optionnaly run tests:

geobench-test

Loading Datasets

See example_load_dataset.py for how to iterate over datasets.

import geobench

for task in geobench.task_iterator(benchmark_name="classification_v0.9.1"):
    dataset = task.get_dataset(split="train")
    sample = dataset[0]
    for band in sample.bands:
        print(f"{band.band_info.name}: {band.data.shape}")

Visualizing Results

See the notebook baseline_results.ipynb for an example of how to visualize the results.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geo_benchmark-0.0.5.tar.gz (344.0 kB view details)

Uploaded Source

Built Distribution

geo_benchmark-0.0.5-py3-none-any.whl (345.2 kB view details)

Uploaded Python 3

File details

Details for the file geo_benchmark-0.0.5.tar.gz.

File metadata

  • Download URL: geo_benchmark-0.0.5.tar.gz
  • Upload date:
  • Size: 344.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/5.15.0-60-generic

File hashes

Hashes for geo_benchmark-0.0.5.tar.gz
Algorithm Hash digest
SHA256 0f10e148d8e974e818b3c7e3ed524a09e514220ab72b453a480eee2982b82497
MD5 587fda7e3592e7e256e157b0f983d58a
BLAKE2b-256 f5642dd54aec24d290c2b3c7bbd1e9e7a9780e6b0af05f6c62e89660cdd55896

See more details on using hashes here.

File details

Details for the file geo_benchmark-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: geo_benchmark-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 345.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.10.9 Linux/5.15.0-60-generic

File hashes

Hashes for geo_benchmark-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3854e05c6f7e270ea8ddc86735b0720b42ba0442fdeedeb7c12482080a3589d4
MD5 7a17d077bb5d96b3866bb5a38cd8c4bd
BLAKE2b-256 7d63d8400c5f86c4e13d4a2031b770995a94f4d8b8a9528551cc2c81c8995415

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page