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
in PIL.Image, there is a rotate(angle, expand=True) to rotate without cropping bounders, It seems there is no similar method or op to use in albumentations.
The text was updated successfully, but these errors were encountered:
I don't think this issue is resolved with SafeRotate. SafeRotate compresses the rotated image to fit in the original size. Is it possible to skip the compression step? I.e. torchvision.transform.RandomRotation with expand=True
in PIL.Image, there is a rotate(angle, expand=True) to rotate without cropping bounders, It seems there is no similar method or op to use in albumentations.
The text was updated successfully, but these errors were encountered: