Skip to content

Commit 82aa4e1

Browse files
author
arch
committed
change default parameter
1 parent 2151cb5 commit 82aa4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

funscript_editor/config/hyperparameter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ skip_frames: 1
1414
avg_sec_for_local_min_max_extraction: 2.0
1515

1616
# Specify the maximum deviation for a max point in percent
17-
local_max_delta_in_percent: 0.8
17+
local_max_delta_in_percent: 1.25
1818

1919
# Specify the maximum deviation for a min point in percent
20-
local_min_delta_in_percent: 0.8
20+
local_min_delta_in_percent: 1.25
2121

2222
# Specify the minimum required frames for the tracking. Wee need this parameter to
2323
# ensure there is at leas two strokes in the tracking result.

0 commit comments

Comments
 (0)