earthnet2021 / earthnet-models-pytorch

EarthNet Models PyTorch - Deep Neural Networks for geospatial vegetation forecasting.
https://www.earthnet.tech/
MIT License
29 stars 6 forks source link

Refactor Dataloader output #26

Open vitusbenson opened 1 year ago

vitusbenson commented 1 year ago

Dataloaders currently output a dict with keys like "highresdynamic" or "mesodynamic" etc. This is intransparent and looses a lot of metadata.

Goal:

Risks: