HiLab-git / SSL4MIS

Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.
MIT License
2.13k stars 381 forks source link

SimpleITK or nibabel #54

Open kimjisoo12 opened 2 years ago

kimjisoo12 commented 2 years ago

Hello, I find that when I use nibabel to read a picture as numpy, numpy will rotate 90 degrees, but when I finally save numpy as nibabel, the picture direction is correct again, is this ok? What is the reason for this? SimpleITK is pronounced numpy and I find the orientation is normal Thank you very much