What's Changed
v0.1.3: Vessel segmentation as a pypi dependency + bugfixes by @juliusge in #32 , #33 , #34
- moved notebook dependencies to optional dependency, installable via
--extra notebook - updated wording for installation in readme
- vessel segmentation:
- added now-packaged vessel segmentation as a pypi dependency
- this replaces the previous hacky clone-on-the-fly + adjust-imports procedure
- fetches vessel segmentation weights from git additionally and automatically into FIT's cache dir
- torch_utils: in
to_batch, raise per default if batch elements have unequal sizes. - quality prediction: warn and apply resized-center-crop to non-tensor batched images if their sizes differ, and emit a warning in that case.
- tox: all tests passed for py39,310,311,312 on linux; further tested on macos (all), ubuntu (all) and windows (py39 and py312).
Full Changelog: v0.1.2...v0.1.3