Skip to content

Releases: WUR-AI/aether

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 01 Jun 15:40
45e6e90

Changes

v0.3.1

Choose a tag to compare

@vdplasthijs vdplasthijs released this 22 May 09:46
adea4f9

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 12:57
24642a4

Changes

v0.2.0

Choose a tag to compare

@vdplasthijs vdplasthijs released this 23 Mar 16:33
ec2f1a1

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0

More use cases, tabular data, LLM text encoder, location caption generation.

Choose a tag to compare

@vdplasthijs vdplasthijs released this 03 Mar 09:06
97af8ad

In this version, we release a number of changes and improvements.

Introduce additional use case implementations for SatBird-USA-summer and urban heat for Guatemala.
Add tabular data as input geo features.
Decouple training and validation metrics from the model class.
Introduce more auxiliary variables in the butterfly UC dataset.
Automate location caption generation for Butterfly UC.
Add an LLM as a text encoder.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

Pooch and paths fixed for first time setting up repo

Choose a tag to compare

@github-actions github-actions released this 29 Jan 14:25
b8a86c5

Changes

Dataset re-organisation, improved predictive models

Choose a tag to compare

@gabrieletijunaityte gabrieletijunaityte released this 23 Jan 13:56
065c8dc

Main changes:

  • New dataset structure (documented in README.md) and dataset downloading is implemented through pooch (for ready-to-use open source datasets).
  • Tests implemented.
  • Supports for more EO modalities.
  • Second dataset (Satbird) implemented.
  • Prediction model improvements: more metrics, MLP head option implemented, L2 norm moved from loss function.

Alignment model and predictive model.

Choose a tag to compare

@vdplasthijs vdplasthijs released this 09 Jan 16:34
de9cbff

We created an abstracted torch-hydra framework, including both an EO-text alignment model and an EO predictive model. Also including instances of the model to perform the S2BMS (butterfly) task.