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:

Dear SuTanTank:
I tried runing
run.mto stable frames but the performance is not so good. So I adjusted the hyperparameterSmoothnessand 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:
