Replies: 1 comment 1 reply
-
Perhaps using https://stackoverflow.com/questions/47775621/interpolate-resize-3d-array |
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.
-
Is there a nice way to standardize voxel sizes for a volume in MONAI? Doing this for 2D is straightforward, but would love to do this for 3D.
For example, we have some input volume
(x, y, z)
where andz
is the number of slices, and we want to resample to a new volume(x, y, z')
wherez'
is the new number of slices.Furthermore, ideally, this transform can be easily reversed during inference.
Beta Was this translation helpful? Give feedback.
All reactions