A Quick-Start-Example of the Model Intercomparison Suite

Why build on top of the EarthNet2021 framework? By adding your model to the proposed framework via fork, you collaborate to a tidy model intercomparison project. Having a single suite to train/test/evaluate any model that enters the challenge allows for a lot of post-hoc flexibility, benefiting the knowledge extraction from the body of models. In addition, it will make it very easy for any researcher to be able to compare its work with others and build on top of existing models.

Work in progress

EarthNet2021
├── run.py			# Entry point for training/testing/evaluating/plotting
├── data 	# First training sample
|  ├── dataset
|  └── ...
├── iid_test