DeepLearningExamples
DeepLearningExamples copied to clipboard
Fixed lowres_axis in nnunet preprocessor.py
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.