diff python/moving.py @ 624:bac66bd536c5

added slight documentation of CLEAR MOT output
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 09 Jan 2015 00:14:13 -0500
parents ce7133cbcdf3
children 35155ac2a294
line wrap: on
line diff
--- a/python/moving.py	Tue Dec 23 14:56:13 2014 -0500
+++ b/python/moving.py	Fri Jan 09 00:14:13 2015 -0500
@@ -1384,7 +1384,13 @@
     TO: tracker output (objects)
     GT: ground truth (annotations)
 
-    Should we use the distance as weights or just 1/0 if distance below matchingDistance?
+    Output: returns motp, mota, mt, mme, fpt, gt
+    mt number of missed GT.frames (sum of the number of GT not detected in each frame)
+    mme number of mismatches
+    fpt number of false alarm.frames (tracker objects without match in each frame)
+    gt number of GT.frames
+
+    TODO: Should we use the distance as weights or just 1/0 if distance below matchingDistance?
     (add argument useDistanceForWeights = False)'''
     from munkres import Munkres