We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2151cb5 commit 82aa4e1Copy full SHA for 82aa4e1
funscript_editor/config/hyperparameter.yaml
@@ -14,10 +14,10 @@ skip_frames: 1
14
avg_sec_for_local_min_max_extraction: 2.0
15
16
# Specify the maximum deviation for a max point in percent
17
-local_max_delta_in_percent: 0.8
+local_max_delta_in_percent: 1.25
18
19
# Specify the maximum deviation for a min point in percent
20
-local_min_delta_in_percent: 0.8
+local_min_delta_in_percent: 1.25
21
22
# Specify the minimum required frames for the tracking. Wee need this parameter to
23
# ensure there is at leas two strokes in the tracking result.
0 commit comments