The module where the code lives.
Things for image processing.
io.py
: reading and writing images.metrics.py
: metrics for comparing two images.transform.py
: tools for cropping and transforming images.
Things related to the model.
data.py
: loading and pre-processing the data.model.py
: loading and training the model and performing inference.
General utilities.
files.py
: getting filepaths, e.g. paths to the data or model.util.py
: miscellaneous helper functions.
Data visualiation.
images_3d.py
: visualising 3D arrays.training.py
: illustrating the training process.