Skip to content

Dimensionality issues in transfrom #918

Answered by KumoLiu
shenao1995 asked this question in General
Discussion options

You must be logged in to vote

Hi @shenao1994, it seems you had set the spatial_axes in RandRotate90d incorrectly. The spatial_axes defines the plane to rotate with 2 spatial axes. (0, 2) means rotate in the XZ plane which will invert the dimensions of x and z, so you can simplify set it as (0,1).
Hope it can help you! If you have any other problem, free feel to ask me!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shenao1995
Comment options

Answer selected by shenao1995
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants