You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting [90.0, 90.0] and [-90.0, -90.0]) to degrees argument of RandomRotation() rotates 90 degrees anticlockwise and clockwise respectively as shown below but it's not intuitive that [90.0, 90.0] rotates anticlockwise and [-90.0, -90.0]) rotates clockwise:
Great point , we should update the docs with this behaviour if this is counter intuitive.
Generally anticlockwise is positive only, so we are correct with the general convention. But mentioning this in doc would be helpful for general public.
🚀 The feature
Setting
[90.0, 90.0]
and[-90.0, -90.0])
todegrees
argument of RandomRotation() rotates 90 degrees anticlockwise and clockwise respectively as shown below but it's not intuitive that[90.0, 90.0]
rotates anticlockwise and[-90.0, -90.0])
rotates clockwise:Motivation, pitch
So,
[90.0, 90.0]
should rotate clockwise and[-90.0, -90.0])
should rotate anticlockwise.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: