Replies: 1 comment
-
Hi @jmlipman, thanks for your interest here. MONAI/monai/transforms/spatial/array.py Line 3470 in 96bfda0 You can update it when you initialize the transform. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This transformation is a "Random simulation of low resolution corresponding to nnU-Net’s SimulateLowResolutionTransform". However, in nnUNet (in batchgenerators actually), downsampling is done linearly and upsampling via nearest neighbor, whereas in MONAI is the opposite. I was wondering if there is a reason behind this discrepancy.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions