Spaces:
Runtime error
Runtime error
Commit
·
1f98f08
1
Parent(s):
25241fa
Update associative.py
Browse files
lib/fish_eye/associative.py
CHANGED
@@ -229,7 +229,7 @@ class Associate(object):
|
|
229 |
matched_tracks.append(m[1])
|
230 |
for m in low_matched:
|
231 |
if (m[1] not in matched_tracks):
|
232 |
-
self.trackers[m[1]].update(
|
233 |
|
234 |
|
235 |
# create and initialise new trackers for unmatched detections
|
|
|
229 |
matched_tracks.append(m[1])
|
230 |
for m in low_matched:
|
231 |
if (m[1] not in matched_tracks):
|
232 |
+
self.trackers[m[1]].update(low_dets[m[0], :])
|
233 |
|
234 |
|
235 |
# create and initialise new trackers for unmatched detections
|