This repo is used to generate all the files used by Multi Object Tracking (MOT) challenge evaluation script.
python3 main.py --input_folder ./data/frames --output ./ --format .png -challenge tmp
This will create a folder 'tmp' with all the file used by the evaluation.
For evaluation script, go check the MOT official repository.