v1.2.0
Minor release which should result in more robust and smoothing 3D segmentations, with reduced fragmentation post-interpolation.
What's Changed
- Enable running CI from dispatch by @andreped in #12
- v1.1.3 doc update by @andreped in #13
- Improved morphological post-processing by @andreped in #14
New API
Lungmask filtering is not done by default and there has been added post-processing methods to refine the segmentations.
Example use case:
lungtumormask samples/lung_001.nii.gz mask_001.nii.gz --lung-filter --threshold 0.3 --radius 3
Here we filter tumor candidates outside the lungs, use a lower tumor probability threshold to boost recall, and use a kernel radius of 3 for 2D morhological post-processing.
For more information, see:
lungtumormask -h
Full Changelog: v1.1.3...v1.2.0