Skip to content

Latest commit

 

History

History

fishjaw

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fishjaw

The module where the code lives.

Images

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.

Model

Things related to the model.

  • data.py: loading and pre-processing the data.
  • model.py: loading and training the model and performing inference.

util

General utilities.

  • files.py: getting filepaths, e.g. paths to the data or model.
  • util.py: miscellaneous helper functions.

Visualisation

Data visualiation.

  • images_3d.py: visualising 3D arrays.
  • training.py: illustrating the training process.