v4.5.0
Main change in this relelase is the introduction of FAST DataHub.
Changelog
- Implemented DataHub concept in FAST which enables easy distribution of data, models and pipelines, see https://datahub.eriksmistad.no/ for more info.
- Modified runPipeline to support --datahub command line option.
- Upgraded TensorRT to version 8.4
- Upgraded Qt to version 5.15 and SSL support.
- Implemented possibility of thick lines in LineRenderer for 2D using geometry shader.
- Added option to handle segmentation models that crop the input (overlap) in the model (patches are cropped) in PatchStitcher.
- Fixed issue with auto-detecting image dimension ordering in TensorRT engine, and enabled users to set image dimension ordering manually using text attribute.
- Fixed incorrect propagation of values in high-res segmentations in single-channel image pyramids.
- Added option to set a list of channels to ignore in output tensor of SegmentationNetwork and TensorToSegmentation
- More python tests
Breaking change
- If you use FAST with PySide2 you have to change the import order as such:
import platform if platform.system() != 'Windows': import PySide2.QtSvg # Must import this before fast due to conflicting symbols import fast # Must import fast before rest of pyside2 from PySide2.QtWidgets import * # ...
Full Changelog: v4.4.0...v4.5.0
Release binaries and installers can be downloaded below by pressing "assets". Make sure you have the required dependencies installed on your system before using the release: see the installation instructions for Windows, Ubuntu Linux and macOS