CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
173 stars 63 forks source link

Some images getting upsampled during interactive segmentation processing instead of downsampled #1441

Open AlexanderGetka-cbica opened 2 years ago

AlexanderGetka-cbica commented 2 years ago

When running interactive segmentation, some images take a really, really long time to run. This happens because these already large images are getting upscaled by a large factor under certain conditions (highly anisotropic spacing).

I expect these images to take a reasonable amount of time by default, or to be forced to do so by the downsampling process we perform, not to take longer than other images.

CaPTk Version 1.8.1

Fix is inbound for this, but the existing PR takes priority for the upcoming alpha release.