Skip to content

Commit cb6c2b5

Browse files
author
arch
committed
change default config
1 parent b87c28f commit cb6c2b5

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.5
17+
local_max_delta_in_percent: 0.25
1818

1919
# Specify the maximum deviation for a min point in percent
20-
local_min_delta_in_percent: 0.5
20+
local_min_delta_in_percent: 0.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)