-
Notifications
You must be signed in to change notification settings - Fork 18
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
Where in the code is randomized intensities? #19
Comments
Hello, The code for randomizing the intensity strength is in two parts: Lines 113 to 117 in dbcdc9c
This first part defines multiple augmentations with different intensities to sample from. The following second part samples one of the intensities: da-fusion/semantic_aug/augmentations/compose.py Lines 49 to 56 in dbcdc9c
By setting multiple values for da-fusion/scripts/stacking/launch_textual_inversion=1.0-0.75-0.5-0.25_coco.sh Lines 22 to 26 in dbcdc9c
the intensity will be sampled uniformly from a list given via the command line |
Thanks! |
I couldn't find it in the code.
It seems like just setting t_0=0.5.
The text was updated successfully, but these errors were encountered: