Skip to content

Commit c4a66f7

Browse files
author
bochinski
committed
mot17 added
1 parent cbd74ad commit c4a66f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mot17.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def main(args):
1818
with open(args.seqmap) as fd:
1919
seqs = [line.rstrip('\n') for line in fd]
2020

21-
time_all = 0
2221
for idx, seq in enumerate(seqs):
2322
if seq == "name" or seq == "":
2423
continue
@@ -57,7 +56,6 @@ def main(args):
5756
print("finished " + seq + " at " + str(int(num_frames / (end - start))) + " fps!")
5857

5958
save_to_csv(out_path, tracks)
60-
print time_all
6159

6260
if __name__ == '__main__':
6361

0 commit comments

Comments
 (0)