nnUNet icon indicating copy to clipboard operation
nnUNet copied to clipboard

Add no_resampling function + remove unnecessary imports

Open fitzjalen opened this issue 1 year ago • 0 comments

Sometimes resampling is unnecessary (for example, in an ensemble custom predictor where all models are trained with the same spacing and there's a custom initial resampler). In such cases, it's useful to set no_resampling_data_or_seg_to_shape to avoid dealing with resampling altogether. Additionally, I noticed several unused imports and comments, which I removed to keep the code clean and well-organized.

fitzjalen avatar Oct 11 '24 23:10 fitzjalen