py-motmetrics
py-motmetrics copied to clipboard
:bar_chart: Benchmark multiple object trackers (MOT) in Python
Hey, this is a community question: are you aware of any metrics/datasets that **py-motmetrics** does not support out of the box, but that you wish it did? If yes, please...
I run the eval_motchallenge.py by the command : python eval_motchallenge.py gt-dir test.dir . But the code seem to be something wrong. Maybe the test dataset result to the error. I...
I am wondering if it is possible to evaluate or compute mAP (or also called AP) based on the COCO Detection challenge. My understanding is that it computes the average...
Hello I have a question about calculate a FP: Is it the same as in evaluate detection? If a track has gt id different from my tracker's id but still...
Hello Chirstoph Heindl, As per our email correspondences, here is the pull request implementing the IDEucl metric proposed in our paper [Tracking Pedestrian Heads in Dense crowds](https://arxiv.org/abs/2103.13516) Thank you
Thanks for this awesome package! I have a question on the mot data format you need. [Here](https://github.com/cheind/py-motmetrics/blob/6597e8a4ed398b9f14880fa76de26bc43d230836/motmetrics/io.py#L82) you require the last 3 elements of each line to be `Confidence`, `ClassId`,...
How can I evaluate my 3d tracker? providing 3d euclidean distance between objects and hypothesis is enough to calculating mota and motp? is there any example to do this?
I'm having some problems with matching the symbols to the description. So far I got this: IDF1 - ID measures: global min-cost F1 score. IDP - ID measures: global min-cost...
Hello Christoph, I have added the MODP and the MODA metric in this PR, implemented from this paper : https://catalog.ldc.upenn.edu/docs/LDC2011V03/ClearEval_Protocol_v5.pdf. I however didn't understand the difference between MOC and MODA...
Hi! I have a little doubt about the iou_matrix function. According its description, `max_iou` is set to 0.5 by default (which is the value mentioned in the MOT16 challenge article...