dgs.models.dataset.MOT

Datasets and helpers for the MOT datasets.

Module Functions

load_MOT_file(fp, *[, sep, device, ...])

Given the path to a file in the MOT format, get a list of states.

load_seq_ini(fp[, key])

Load a seqinfo.ini file containing the information of the Sequence.

write_MOT_file(fp, data[, sep])

Given MOT data, write it to the given path.

write_seq_ini(fp, data[, ...])

Write the seqinfo.ini file to a given location.

Module Classes

MOTImage(*args, **kwargs)

Load a ground-truth- or detection-file in the MOT format.

MOTImageHistory(*args, **kwargs)

Load a ground-truth- or detection-file in the MOT format by making sure, that all detections except the first L ones are loaded and are returned with the history.