shenh10 / mot_evaluation

A python implementation of Multiple Object Tracking(MOT) evaluation toolkit(2D)
52 stars 21 forks source link

MOT2016/2017 Evaluation Toolkit

It is a python implementation of MOT. However, I only reimplement the 2D evaluation part under MOT16 file format.

The IDF1, IDP, IDR now is not agreed with official toolkit. The original implementation might have an indexing bug in the computation of these metrics.

Metrics

The metrics of MOT16 are based on the following papers:

  1. CLEAR MOT
    • Bernardin, Keni, and Rainer Stiefelhagen. "Evaluating multiple object tracking performance: the CLEAR MOT metrics." Journal on Image and Video Processing 2008 (2008): 1.
  2. MTMC
    • Ristani, Ergys, et al. "Performance measures and a data set for multi-target, multi-camera tracking." European Conference on Computer Vision. Springer, Cham, 2016.

Typical evaluation format is shown as

IDF1  IDP  IDR| Rcll  Prcn   FAR|   GT  MT   PT   ML|    FP    FN   IDs    FM|  MOTA  MOTP MOTAL

Github doesn't support latex formula. To have a better reading experience see here

The meaning of each alias is

To Do