We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In alodataset.transform.AloTransform, we can define the behavior of the transform with its boolean parameters :
same_on_sequence
same_on_frames
We should allow these parameters to take float values between 0 and 1, representing the probability to apply the same transformation or not.
At each call to the transform, a random draw (respecting the probabilities), to decide if the transform will be the same (on sequence and on frame)
The text was updated successfully, but these errors were encountered:
jsalotti
Successfully merging a pull request may close this issue.
In alodataset.transform.AloTransform, we can define the behavior of the transform with its boolean parameters :
same_on_sequence
same_on_frames
We should allow these parameters to take float values between 0 and 1, representing the probability to apply the same transformation or not.
At each call to the transform, a random draw (respecting the probabilities), to decide if the transform will be the same (on sequence and on frame)
The text was updated successfully, but these errors were encountered: