Skip to content

v1.2.0

Compare
Choose a tag to compare
@andreped andreped released this 23 Apr 15:27
· 65 commits to main since this release
2e7d621

Minor release which should result in more robust and smoothing 3D segmentations, with reduced fragmentation post-interpolation.

What's Changed

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