Skip to content

The explanation for all_ops parameter of AugMix() is not clear enough. #8957

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

Open
hyperkai opened this issue Mar 7, 2025 · 1 comment
Open

Comments

@hyperkai
Copy link

hyperkai commented Mar 7, 2025

πŸ“š The doc issue

The doc of AugMix() explains all_ops parameter as shown below but it's not clear enough:

Parameters:
...

  • all_ops (bool, optional) – Use all operations (including brightness, contrast, color and sharpness). Default is True.

Suggest a potential alternative/fix

So it should be something like below:

Parameters:
...

  • all_ops (bool, optional) – If True, all operations are used while if False, all operations excluding brightness, contrast, color and sharpness are used. Default is True.
@NicolasHug
Copy link
Member

Thanks for the report @hyperkai , feel free to submit a PR to clarify the docs.

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

2 participants