An open API service indexing awesome lists of open source software.

https://github.com/khdlr/soundingearth

Self-supervised Audiovisual Representation Learning for Remote Sensing Data
https://github.com/khdlr/soundingearth

Last synced: over 1 year ago
JSON representation

Self-supervised Audiovisual Representation Learning for Remote Sensing Data

Awesome Lists containing this project

README

          

# SoundingEarth
Code for [Self-supervised Audiovisual Representation Learning for Remote Sensing Data](https://arxiv.org/abs/2108.00688)

## Data
Download the dataset at https://zenodo.org/record/5600379 and configure `DataRoot` in `config.yml` to point to the extracted archive.

## Code

* `train.py` is the main engine for the project.
* Configuration is done in `config.py` (defaults) and `config.yml` (experiments)
* Data loading in `data_loading.py`

All other interesting stuff goes in `lib/`:
* Models to `lib/models/`
* Loss functions in `lib/loss_functions.py`

## Pre-trained Weights
Find model weights in the [Releases](https://github.com/khdlr/SoundingEarth/releases) tab