Image reader rotating images 90 degrees to the left #1819
Unanswered
NMVRodrigues
asked this question in
Q&A
Replies: 1 comment 5 replies
-
perhaps you can specify |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using the provided
monai.transforms.LoadImage
to load Nifti images rotates them 90 degrees to the left.Is the rotation intended?
Is there any way to overcome this issue and load them without the rotation?
Here is the code showing a slice of the image:
Here is the output image:
And here is the correct image orientation as seen on ITK Snap:
EDIT:
The slices are not the same but they are from the same volume.
Beta Was this translation helpful? Give feedback.
All reactions