3D registration monai #4151
-
Hi, In the following tutorial https://github.com/Project-MONAI/tutorials/blob/master/3d_registration/paired_lung_ct.ipynb 3D CT scan volumes are registered but they have the same size 96x96x104. I'm working with a dataset of 3D ct scans of 512x512xZ with Z that is different for each patient. Does monai 3d registration module work in this case ? Or should I downsample my volumes in order to have the same z-coordinate for all of them ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @kate-sann5100 , Could you please help share some comments about this question? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
I think you can use pad/crop transforms to make the input shapes consistent. https://docs.monai.io/en/stable/transforms.html#crop-and-pad-dict |
Beta Was this translation helpful? Give feedback.
I think you can use pad/crop transforms to make the input shapes consistent. https://docs.monai.io/en/stable/transforms.html#crop-and-pad-dict