Wrong positionning of segments exported to files

Hello,

I segmented lesions on DICOM using 3DSlicer 5.10.0. The segments were exported to files with the right reference volume, in NIFTI.

The problem is that the orientation of the segmentation is not the good one when using another software, but is still right with 3D Slicer.

I cannot use the segmentations for a deep learning model with this problem.

Is there a way to export the segmentation with the right orientation for every software ?

Thank you

Maybe your input volume axes defined a left-handed coordinate system? Could you provide some example files?

You can also try to save as NRRD file format, which has many advantages over NIFTI, one of them being that you can look at the image header with any text editor to see what is in it. You will see if the image geometry (origin, spacing, axis directions) of the segmentation is the same as the reference volume’s.