dgs.models.dataset.MOT.load_seq_ini

dgs.models.dataset.MOT.load_seq_ini(fp: str, key: str | None = None) dict[str, any][source]

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

Example seqinfo.ini:

[Sequence]
name=MOT20-##
imDir=img1
frameRate=##
seqLength=####
imWidth=1920
imHeight=1080
imExt=.jpg
Parameters:
  • fp – The local or absolute path to the seqinfo.ini file.

  • key – The key at which the data is stored in the seqinfo.ini file. Default DEF_VAL["submission"]["MOT"]["seqinfo_key"].