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

NaNs when using ColorJitter after RandomGrayscale #4

Open
khdlr opened this issue Nov 3, 2021 · 1 comment
Open

NaNs when using ColorJitter after RandomGrayscale #4

khdlr opened this issue Nov 3, 2021 · 1 comment

Comments

@khdlr
Copy link
Owner

khdlr commented Nov 3, 2021

This leads to problems:

augmax.Chain(
    augmax.RandomGrayscale(p=1.0),
    augmax.ColorJitter(p=1.0)
)
@khdlr
Copy link
Owner Author

khdlr commented Feb 23, 2022

The HSV-code is to blame here... Maybe jitter in a R^2 (polar) representation of HS-Space?

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

1 participant