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

Add D4 augmentaion #1201

Closed
ternaus opened this issue Jun 25, 2022 · 3 comments
Closed

Add D4 augmentaion #1201

ternaus opened this issue Jun 25, 2022 · 3 comments

Comments

@ternaus
Copy link
Collaborator

ternaus commented Jun 25, 2022

Add D4 augmentation, which is effectively:

D4 = A.Compose( [ A.HorizontalFlip(p=0.5), A.RandomRotate90(p=1)], p=1 )
@ternaus
Copy link
Collaborator Author

ternaus commented Jul 12, 2022

@bonlime what is the objection to this transformation? :)

@bonlime
Copy link
Contributor

bonlime commented Jul 13, 2022

@ternaus I don't think it's useful to add something that could be achieved by 2 lines of current augs. For me augmentations list is always pretty long and has 10+ augs. Saving one line wouldn't help.

@ternaus ternaus mentioned this issue Apr 13, 2024
@ternaus
Copy link
Collaborator Author

ternaus commented Apr 13, 2024

Added in #1660

@ternaus ternaus closed this as completed Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants