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
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!
The text was updated successfully, but these errors were encountered:
meghbhalerao
changed the title
Horizaontal flip augmentation changes angle
Horizontal flip augmentation changes angle
Oct 21, 2020
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.
On Sat, Nov 14, 2020, 13:24 Uzay Macar ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH5KGEF2LZHL2RQEVTM4BPLSPYZRVANCNFSM4SZILMDQ>
.
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 whenRandomHorizontalFlip()
augmentation happens )?Thank you!
The text was updated successfully, but these errors were encountered: