You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running TS on dicom directory, the program first converts the dicom to nifti and then processes the nifti file, finally saving a nifti segmentation result. However, the original dicom affine matrix is not kept. this causes the output segmentation nifti file to have an affine matrix which is different. If I run dicom to nifti externally, and then run TS on the nifti file, the correct affine matrix is produced in the result segmentation nifti file.
the difference is both in the values of the origin, and the orientation matrix.
Using Python 3.11.11 environment
Name: totalsegmentator
Version: 2.4.0
Please check this issies
The text was updated successfully, but these errors were encountered:
When running TS on dicom directory, the program first converts the dicom to nifti and then processes the nifti file, finally saving a nifti segmentation result. However, the original dicom affine matrix is not kept. this causes the output segmentation nifti file to have an affine matrix which is different. If I run dicom to nifti externally, and then run TS on the nifti file, the correct affine matrix is produced in the result segmentation nifti file.
the difference is both in the values of the origin, and the orientation matrix.
Using Python 3.11.11 environment
Name: totalsegmentator
Version: 2.4.0
Please check this issies
The text was updated successfully, but these errors were encountered: