Spleen output segmentation in different orientation #1113
Unanswered
park-minjun
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @park-minjun, This issue comes from two sources: predictions aren't oriented back to the original or the loader missinterpreted file headers. Make sure the post transforms inverted the orientation back to the original ones. Which file format are the images you use? You may also want to check a different type of loader when using the Something like:
or
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello,
I've wanted to run through the spleen-tutorial and decided to copy-paste the entire code given to train and output the test-dataset segmentation. However, when I get the segmentation file for the test dataset and view it in 3D Slicer, the output segmentation is in a different orientation than the original volume, leading to a mismatch. The matplotlib shows it aligning well, so I was wondering if anyone has had an issue like this previously and found a solution for this?
Previous searches of a similar issue end with an incomplete resolution where no specific source of error was pin-pointed. Also, this error is directly from the "Spleen 3D segmentation with MONAI" tutorial, so I'm not sure where to start. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions