VisualComputingInstitute / mots_tools

Tools for evaluating and visualizing results for the Multi Object Tracking and Segmentation (MOTS) task
MIT License
222 stars 45 forks source link

how generate the seqmap file ? #1

Closed Tylerjoe closed 5 years ago

Tylerjoe commented 5 years ago

If I want to test my own video, how should I generate the seqmap, because I know the meaning of the paramters in the seqmap file

pvoigtlaender commented 5 years ago

Hi,

the seqmap format comes from KITTI. The format is very simple, for each line you have

empty for example 0000 empty 000000 000153
Tylerjoe commented 5 years ago

@pvoigtlaender ok, Thank you very much