Multiple Object Tracking with Tracktor

Implemented vanilla Tracktor with Faster-RCNN using PyTorch. Added a basic motion model and also a reidentificaiton network as the paper suggested for Tracktor++ . Developed using the MOT16 benchmark and achieved following results on the training set.

My results

My results

State of the art Tracktor++ results

State of the art Tracktor++ results

Source code can be found here