# HG changeset patch # User Nicolas Saunier # Date 1420780453 18000 # Node ID bac66bd536c51c533d1a6ef4a189e787e79df928 # Parent ce7133cbcdf32a2dd09a4adcfeba1c903967ac6c added slight documentation of CLEAR MOT output diff -r ce7133cbcdf3 -r bac66bd536c5 python/moving.py --- 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