Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix in Pytorch nnUNet preprocessor.py #1375

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aecelaya
Copy link

In PyTorch/Segmentation/nnUNet/data_preprocessing/preprocessor.py, line 220, you use the np.argmin function to find the low resolution axis for the target spacing variable. However, the low resolution axis is the position of the largest component of the target spacing. Hence, the np.argmax function is needed to find the low resolution axis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant