-
Notifications
You must be signed in to change notification settings - Fork 9
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
clarification [parameters/ json] #226
Comments
|
Thanks for clarifications! Very helpful. My plan is to use a profile as anchor and only slightly insert changes around the anchor and not too far away based on probs/ weights. And not every setting should be changed. Will take one image and vary according to that and see which settings may look weird to set some meaningful restrictions (mostly based on visual inspection). |
btw -
It's rather easy to make the sequence longer to have enough values to choose from randomly. The btw - do you know whether there is by chance some theory or best practice about parameters and whether they follow this or that prob distribution? Otherwise one can do that manually in accordance to one's wishes (and let the weights be estimated by some R func to create proper dist parameters), but if there is empirical evidence this is always the better way to draw. |
Hello,
while trying to understand the parameters to write some script to insert randomness based on pre-defined anchors (ie. profiles):
(1) Non-linear sliders
While looking into the json with parameters some values have an extremely long length ie. a lot of digits after comma.
e.g.
head_switching_mid_line_jitter 0.0299999993294477
Is this just rounding? Looking at the slider behavior for such numbers it becomes obvious that most are nonlinear sliders, e.g. between 0...1 a lot of digits and this reduces for 1<x<10 and 10<x<100. So is the assumption correct that you scale with exponents? like each 1e-01 downwards adds another digit-after-comma? Or do you use some special function for those value ranges? IF that is the way like assumed above one can create a sequence from it and just sample from this sequence.
At the moment the task is to sort out which values have which possible values/ range to sample later from it either randomly or via a pre-defined prob dist.
(2) Categories
Correct that categories are saved as integers like
Correct?
(3) T/F
FALSE/ TRUE
values are just0/1
Correct?
(4) version
Version
has avalue = 1
but is not in the GUI (could not find it), this is just for internal usage?(5) Scaling vertical lines
This is not present in the
json
, correct? That would beCorrect assumption?
Thanks!
The text was updated successfully, but these errors were encountered: