Replies: 2 comments
-
in case you haven't seen these, there are some initial work on this topic: https://github.com/Project-MONAI/MONAI/blob/dev/monai/data/itk_torch_bridge.py example from ITKElastix: https://github.com/InsightSoftwareConsortium/ITKElastix/blob/main/examples/ITK_Example18_MONAI_affine_Elastix_nonlinear.ipynb also https://github.com/InsightSoftwareConsortium/ITKElastix/pull/193/files |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the link ! Is there an explanation (like that : https://nipy.org/nibabel/coordinate_systems.html) about MONAI coordinates system ? |
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.
-
Hi all,
I have many questions about the use of affine transformations in MONAI and I can't find clear documentation about the definition of the transformations, especially in relation to the definitions in ITK (which uses world coordinates) or in PyTorch (only in the image coordinates). Which coordinate system is used in MONAI? How to switch from ITK to Pytorch for instance?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions