Measure |
Better |
Perfect |
Description |
MOTA |
higher |
100% | Multi-Object Tracking Accuracy (+/- denotes standard deviation across all sequences) [1]. This measure combines three error sources: false positives, missed targets and identity switches. |
IDF1 |
higher |
100% | ID F1 Score [2]. The ratio of correctly identified detections over the average number of ground-truth and computed detections. |
HOTA |
higher |
100% | Higher Order Tracking Accuracy [3]. Geometric mean of detection accuracy and association accuracy. Averaged across localization thresholds. |
MT |
higher |
100% | Mostly tracked targets. The ratio of ground-truth trajectories that are covered by a track hypothesis for at least 80% of their respective life span. |
ML |
lower |
0% | Mostly lost targets. The ratio of ground-truth trajectories that are covered by a track hypothesis for at most 20% of their respective life span. |
FP |
lower |
0 | The total number of false positives. |
FN |
lower |
0 | The total number of false negatives (missed targets). |
Rcll |
higher |
100% | Ratio of correct detections to total number of GT boxes. |
Prcn |
higher |
100% | Ratio of TP / (TP+FP). |
AssA |
higher |
100% | Association Accuracy [3]. Association Jaccard index averaged over all matching detections and then averaged over localization thresholds. |
DetA |
higher |
100% | Detection Accuracy [3]. Detection Jaccard index averaged over localization thresholds. |
AssRe |
higher |
100% | Association Recall [3]. TPA / (TPA + FNA) averaged over all matching detections and then averaged over localization thresholds. |
AssPr |
higher |
100% | Association Precision [3]. TPA / (TPA + FPA) averaged over all matching detections and then averaged over localization thresholds. |
DetRe |
higher |
100% | Detection Recall [3]. TP /(TP + FN) averaged over localization thresholds. |
DetPr |
higher |
100% | Detection Precision [3]. TP /(TP + FP) averaged over localization thresholds. |
LocA |
higher |
100% | Localization Accuracy [3]. Average localization similarity averaged over all matching detections and averaged over localization thresholds. |
FAF |
lower |
0 | The average number of false alarms per frame. |
ID Sw. |
lower |
0 | Number of Identity Switches (ID switch ratio = #ID switches / recall) [4]. Please note that we follow the stricter definition of identity switches as described in the reference |
Frag |
lower |
0 | The total number of times a trajectory is fragmented (i.e. interrupted during tracking). |
Hz |
higher |
Inf. | Processing speed (in frames per second excluding the detector) on the benchmark. The frequency is provided by the authors and not officially evaluated by the MOTChallenge. |