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 d2529f2 commit 86af397Copy full SHA for 86af397
funscript_editor/algorithms/videotracker.py
@@ -43,7 +43,7 @@ def __init__(self,
43
first_frame: np.ndarray,
44
tracking_bbox: tuple,
45
fps: float,
46
- limit_searchspace : dict = {'h': 0.45, 'w':0.4},
+ limit_searchspace : dict = {'h': 0.8, 'w':0.8},
47
supervised_tracking_area: tuple = None,
48
supervised_tracking_is_exit_condition: bool = True,
49
queue_size : int = 2):
0 commit comments