Skip to content

Commit

Permalink
semantic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Grosse-Puppendahl committed Sep 8, 2020
1 parent 2881f86 commit adeb73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_filters/tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Tracker:

def __init__(self, filter_prototype,
max_time_to_live=1,
time_to_birth=0,
time_to_birth=1,
distance_threshold=1.0,
distance_function=lambda x1, x2: np.linalg.norm(x1 - x2)):
self.distance_threshold = distance_threshold
Expand Down

0 comments on commit adeb73c

Please sign in to comment.