Skip to content

Commit 032a3d1

Browse files
author
bochinski
committed
mot17 added
1 parent c4a66f7 commit 032a3d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mot17.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def main(args):
5050
start = time()
5151
tracks = track_iou(detections, sigma_l, sigma_h, sigma_iou, t_min)
5252
end = time()
53-
time_all += end-start
5453

5554
num_frames = len(detections)
5655
print("finished " + seq + " at " + str(int(num_frames / (end - start))) + " fps!")

0 commit comments

Comments
 (0)