cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.36k stars 258 forks source link

difference in mot data fields #147

Open fcakyon opened 3 years ago

fcakyon commented 3 years ago

Thanks for this awesome package!

I have a question on the mot data format you need. Here you require the last 3 elements of each line to be Confidence, ClassId, Visibility but in original MOT challenge format these fields are world coordinates and should be left empty for 2D metric calculations: https://motchallenge.net/instructions/.

I dont understand the difference between original MOT format and motmetrics MOT format.