Replies: 3 comments 5 replies
-
Hi @auroua , Thanks for your feedback. @wyli I think maybe we can make a category / milestone to track all the metadata-related issues and discussions? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
I didn't look into the details but it looks like the same issue as Project-MONAI/tutorials#481. I put a patch here #3882. I think we should merge #3882 for now and change it if we find a better default. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm still facing the same issue that @auroua mentioned. Please suggest how to fix it. I'm using the following script:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As shown in the following image, the

transforms.SaveImaged
saved nii segmentation mask have different origin and direction with original data.I also used
SimpleITK
to read the origin and direction of the saved segmetntation mask, the values are different with the originalnii
data. How to keep thetransformer.SaveImaged
saved data have the same origin and direction with the originalnii
data.Code for reading the origin and direction of
nii
data.The output is :
Beta Was this translation helpful? Give feedback.
All reactions