3D Visualization in Slicerde

Hello!

I have a question regarding the best practice for visualizing the MRI scans and their segmentation. When I import the MRI scans and segmentations, it doesn’t align (they are in different locations). Moreover, the segmentation can only be viewed in 3D and not in 2D slices using the subwindow.

So my question is, how should I save both MRI and segmentation after getting the segmentation from a PyTorch model? Like, what should the shape be? What should the format be?

Thank you for your help!

It seems that when you saved the segmentation to file you did not copy the image origin, spacing, and axis directions from the input image to the output segmentation.