Skip to content

Commit adeb73c

Browse files
semantic issue
1 parent 2881f86 commit adeb73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple_filters/tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Tracker:
5050

5151
def __init__(self, filter_prototype,
5252
max_time_to_live=1,
53-
time_to_birth=0,
53+
time_to_birth=1,
5454
distance_threshold=1.0,
5555
distance_function=lambda x1, x2: np.linalg.norm(x1 - x2)):
5656
self.distance_threshold = distance_threshold

0 commit comments

Comments
 (0)