DeepLearningExamples icon indicating copy to clipboard operation
DeepLearningExamples copied to clipboard

Fixed lowres_axis in nnunet preprocessor.py

Open Elakkyen opened this issue 2 years ago • 0 comments

Fixed the lowres_axis to get the correct lowest resolution axis in target_spacing.

  • Larger pixel size means lower details therefore np.argmax will find the correct lowest resolution axis in target_spacing.

Elakkyen avatar May 25 '23 11:05 Elakkyen