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!