We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a66f7 commit 032a3d1Copy full SHA for 032a3d1
mot17.py
@@ -50,7 +50,6 @@ def main(args):
50
start = time()
51
tracks = track_iou(detections, sigma_l, sigma_h, sigma_iou, t_min)
52
end = time()
53
- time_all += end-start
54
55
num_frames = len(detections)
56
print("finished " + seq + " at " + str(int(num_frames / (end - start))) + " fps!")
0 commit comments