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

GaussianNoise class return negative values #21

Open
SebastianBravo opened this issue Feb 3, 2023 · 1 comment
Open

GaussianNoise class return negative values #21

SebastianBravo opened this issue Feb 3, 2023 · 1 comment

Comments

@SebastianBravo
Copy link

I was looking at the GaussianNoise augmentation and you are not taking into account not to return negative values nor values greater than 1. Negative values on images might alter the training of models.

@SebastianBravo
Copy link
Author

You can try using np.clip()

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