We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2881f86 commit adeb73cCopy full SHA for adeb73c
simple_filters/tracker.py
@@ -50,7 +50,7 @@ class Tracker:
50
51
def __init__(self, filter_prototype,
52
max_time_to_live=1,
53
- time_to_birth=0,
+ time_to_birth=1,
54
distance_threshold=1.0,
55
distance_function=lambda x1, x2: np.linalg.norm(x1 - x2)):
56
self.distance_threshold = distance_threshold
0 commit comments