diff trafficintelligence/storage.py @ 1133:c4d9c270f999

modification for performance computation
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 26 Feb 2020 22:39:36 -0500
parents 3972d85e3b6c
children 3e0f43edb4d6
line wrap: on
line diff
--- a/trafficintelligence/storage.py	Wed Feb 26 22:32:39 2020 -0500
+++ b/trafficintelligence/storage.py	Wed Feb 26 22:39:36 2020 -0500
@@ -474,7 +474,7 @@
                 for t, b in zip(topCorners, bottomCorners):
                     num = t.getNum()
                     if t.getNum() == b.getNum():
-                        annotation = moving.BBMovingObject(num, t.getTimeInterval(), t, b, userTypes[num])
+                        annotation = moving.BBMovingObject(num, t, b, t.getTimeInterval(), userTypes[num])
                         objects.append(annotation)
             else:
                 print ('Unknown type of bounding box {}'.format(objectType))