- Extended script to handle fine-tuning and from scratch-training
- Added a script only mode.
- Added support for docs.
- Added original a549 sample data, notebook, and pre-trained weights.
- Added experimental results to the README.
- Fixed issues with original images being overwritten. It is now possible to return a copy of non
overwritten images.
- Made `draw_contours` more flexible. Specifically, it is now possible to turn off text display as
this makes the image crowded.
- Added `find_contours` and `draw_contours`, useful methods for area determination.
- Added `read_image_spec` for use only for post modeling processing. This fixes issues with incorrect
shapes when using `read_images`