- The
tiffcp
dependency has been removed. We usedtiffcp
to merge individual tif files into a multipage one. Sunil Sheoran pointed out that it could be replaced by ImageMagick'sconvert
command:$ convert *.tif multipage.tif
- the tif file size has been reduced by 66% changing from RGB mode to greyscale
- the location of the
tiffcp
binary has been moved todefaults.py
and is now stored as an environment variable
- The training commands now run if the trainer is initialized with `verbose=False