saveimaged saving 2D masks in nifti format flipped #6490
-
Describe the bug I have to have a 32bit format to capture instance segmentation mask, so png didn't work for me and tif produces large files, so Nifti is what I need now. To Reproduce
Expected behavior Additional context Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
could you please provide an example of the saving/loading? |
Beta Was this translation helpful? Give feedback.
Hi @OmarAshkar, yes I just open one of the saved predictions and compare it visually to the corresponding images. They are not rotated.
Thanks!