We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd74ad commit c4a66f7Copy full SHA for c4a66f7
mot17.py
@@ -18,7 +18,6 @@ def main(args):
18
with open(args.seqmap) as fd:
19
seqs = [line.rstrip('\n') for line in fd]
20
21
- time_all = 0
22
for idx, seq in enumerate(seqs):
23
if seq == "name" or seq == "":
24
continue
@@ -57,7 +56,6 @@ def main(args):
57
56
print("finished " + seq + " at " + str(int(num_frames / (end - start))) + " fps!")
58
59
save_to_csv(out_path, tracks)
60
- print time_all
61
62
if __name__ == '__main__':
63
0 commit comments