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
Dear SuTanTank:
I tried runing run.m to stable frames but the performance is not so good. So I adjusted the hyperparameter Smoothness and it worked when setting Smoothness = 10.
By reading your code I found a line:
Smoothness =1; % Adjust how stable the output is, 0.5 - 3 is OK
Its range is beyond the size you set, I am pretty confused with that. How did you decide the range of this parameter is 0.5 - 3 ?
can I set it much more higher?
Thank you again 😺
Smoothness = 1:
Smoothness = 10:
The text was updated successfully, but these errors were encountered:
Yes, all parametres are adjustable, and the range is just for reference. If
you understand the math behind, you can find the best combination for your
use case.
This work is too old and I have forgot the details.
regards,
Delin Qu ***@***.***> 于 2021年12月21日周二 19:04写道:
Dear SuTanTank:
I tried runing
run.m
to stable frames but the performance is not so good. So I adjusted the hyperparameterSmoothness
and it worked when settingSmoothness = 10
.By reading your code I found a line:
Its range is beyond the size you set, I am pretty confused with that. How did you decide the range of this parameter is
0.5 - 3
?can I set it much more higher?
Thank you again 😺
Smoothness = 1:
Smoothness = 10:
The text was updated successfully, but these errors were encountered: