monai.transforms.RandRotated #1647
-
Hi,
I wonder what are the second and third axes defined in range_z (for example). Since I fed in data of shape (C, D, H, W), I got undesired behavior such that a slice is not rotated when the second and third axes of my cube are H,W. But, when the data has a shape of (C, H, W, D), rotation seems correctly. Thanks for spending time helping me out. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @QuyLe-Minh, thanks for your interest here. Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
When spatial_dims == 3, the
range x y z
corresponds to rotation in the 1st, 2nd, and 3rd dim respectively.