bochinski / iou-tracker

Python implementation of the IOU Tracker
http://www.nue.tu-berlin.de
MIT License
692 stars 175 forks source link

speed up file parsing #2

Open cw1204772 opened 6 years ago

cw1204772 commented 6 years ago

Modify load_mot() in util.py to speed up file parsing. Achieve 350x speed up on data of 13000 frames/2060000 detections.