Skip to content
Discussion options

You must be logged in to vote

That's great! for rotate_range translate_range in RandAffine, they are random factors relative to the image center. the goal of this transform is mainly to combine different spatial transforms and only do the resampling once. if you are only interested in rotation, there's a RandRotate

class RandRotate(RandomizableTransform):

(I'm converting this to a discussion as it's not about the original topic now.)

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

vikashg
Feb 18, 2022
Collaborator Author

You must be logged in to vote
0 replies
Comment options

vikashg
Feb 20, 2022
Collaborator Author

You must be logged in to vote
0 replies
Comment options

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

vikashg Feb 22, 2022
Collaborator Author

Answer selected by vikashg
Comment options

vikashg
Feb 22, 2022
Collaborator Author

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
4 participants
Converted from issue

This discussion was converted from issue #3815 on February 21, 2022 09:30.