Replies: 1 comment 1 reply
-
The code looks good to me and the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi MONAI team, I'm new to the framework and running into a problem where including RandCropByPosNegLabeld in my data preprocessing pipeline seems to yield volumes resampled to 1mm isometric, whereas I want to keep the sampled VOI's in the original spacing. I've looked through the docs but can't seem to find where this is toggled.
I have tried setting resampling=False in SaveImaged but the resampling already seems to happen in RandCropByPosNegLabeld. Removing it from the pipeline yields the entire volume in the original spacing.
Beta Was this translation helpful? Give feedback.
All reactions