Describe the bug
I use Restored transform to invert the space resolution, however it fails to restore the orientation changed with any of the Orientationd(keys="image", axcodes="RAS"),
To Reproduce
add this transform to spleen model
in the pretranforms
Orientationd(keys="image", axcodes="RAS"),
and in the post transform
Restored(keys="pred", ref_image="image"),
you would see that the segmentation is wrong
Describe the bug
I use Restored transform to invert the space resolution, however it fails to restore the orientation changed with any of the
Orientationd(keys="image", axcodes="RAS"),To Reproduce
add this transform to spleen model
in the pretranforms
Orientationd(keys="image", axcodes="RAS"),and in the post transform
Restored(keys="pred", ref_image="image"),you would see that the segmentation is wrong