khalidw/MOT16_Annotator
This tool takes video as an input and allows the user to create bounding boxes on each frame, these bounding boxes are saved to a gt.txt file in MOT16 format. The purpose of this file is to allow the user to manually create ground truth for their custom dataset. This ground truth file can then be used in conjunction with tracker output file to generate MOT metrics to gauge the performance of tracker on custom data.
PythonMIT