dgs.models.submission.MOT

Module for creating submission files for MOT based datasets. For more information, visit the submission instructions.

Notes

The structure of the submission files is similar to the structures of the inputs, where each line contains one annotated bounding-box:

``<frame>, <id>, <bb_left>, <bb_top>, <bb_width>, <bb_height>, <conf>, <x>, <y>, <z>``

During loading, the <id> seems to be the person-ID, while for submissions it is the predicted track-ID or the predicted person-ID.

Module Classes

MOTSubmission(config, path)

Class for creating and appending to a MOT -style submission file.