Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal flip augmentation changes angle #20

Open
meghbhalerao opened this issue Oct 21, 2020 · 2 comments
Open

Horizontal flip augmentation changes angle #20

meghbhalerao opened this issue Oct 21, 2020 · 2 comments

Comments

@meghbhalerao
Copy link

Hi all, this might be a basic question, but in this line, and other lines in the dataloader, the RandomHorizontalFlip() is one of the augmentations, but would that not change the rotation angle of the image, hence consequently changing the ground truth. Is this being handled anywhere (i.e. changing the ground truth label when RandomHorizontalFlip() augmentation happens )?
Thank you!

@meghbhalerao meghbhalerao changed the title Horizaontal flip augmentation changes angle Horizontal flip augmentation changes angle Oct 21, 2020
@uzaymacar
Copy link

Random horizontal flip does not change the rotation angle. For example, if an object is up-standing in the image, then it would still be up-standing after the horizontal flip.

@meghbhalerao
Copy link
Author

meghbhalerao commented Nov 14, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants