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

Implement "Datavisualizer" #28

Open vitusbenson opened 1 year ago

vitusbenson commented 1 year ago

Predictions & Data need to be visualized, e.g. for tensorboard logging. This is highly dataset specific. Hence we should move it out of the task and into the setting. For this need to implement a Datavisualizer for each dataset.

Goal:

Requirements:

Culprits: