You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really get how you guys managed to find the values for test images, exactly based on this line of code:
ImageEvaluator evaluatorGOT = new ImageEvaluator(w, h, 200, 200, 1, 1, 16, 30, 1.21f, 230, cascade, tweaks);
how you find all that values from the constructor?
I tried some math there but couldn't find any pattern, because for every image you defined a totally new iamgehandle, which seems fine, but again i don't understand how you find that values.
Thank you for your time!
A user with a shitty username :))
The text was updated successfully, but these errors were encountered:
Hello,
I don't really get how you guys managed to find the values for test images, exactly based on this line of code:
ImageEvaluator evaluatorGOT = new ImageEvaluator(w, h, 200, 200, 1, 1, 16, 30, 1.21f, 230, cascade, tweaks);
how you find all that values from the constructor?
I tried some math there but couldn't find any pattern, because for every image you defined a totally new iamgehandle, which seems fine, but again i don't understand how you find that values.
Thank you for your time!
A user with a shitty username :))
The text was updated successfully, but these errors were encountered: