Quickstart
A model to forecast changes to ecosystems in Australia.
For more information, see the paper here: https://spj.science.org/doi/pdf/10.34133/remotesensing.0780
Installation
Install using pip:
pip install git+https://github.com/themeda-devs/themeda.git
Usage
See the options for training a model with the command:
themeda train --help
To use the ConvLSTM model, use the themeda-convlstm command:
themeda-convlstm train --help
See the options for making inferences with the command:
themeda infer --help