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

[Tech debt] Improve Interface for RandomFog #1630

Closed
ternaus opened this issue Apr 5, 2024 · 1 comment
Closed

[Tech debt] Improve Interface for RandomFog #1630

ternaus opened this issue Apr 5, 2024 · 1 comment
Labels

Comments

@ternaus
Copy link
Collaborator

ternaus commented Apr 5, 2024

Right now in the transform we have separate parameters for fog_coef_upper and fog_coef_upper

Better would be to have one parameter fog_coef_range = [fog_coef_lower, fog_coef_upper]

=>

We can update transform to use new signature, keep old as working, but mark as deprecated.

PR could be similar to #1704

@ternaus
Copy link
Collaborator Author

ternaus commented Jun 7, 2024

Addressed

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

No branches or pull requests

1 participant