changeset 1257:e59a0a475a0a

removed bug with unnecessary data
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Wed, 03 Apr 2024 16:39:41 -0400
parents 56d0195d043e
children 3d6ee243d5c0 3bfdb2ffd29d
files trafficintelligence/storage.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/trafficintelligence/storage.py	Wed Apr 03 14:41:20 2024 -0400
+++ b/trafficintelligence/storage.py	Wed Apr 03 16:39:41 2024 -0400
@@ -1436,8 +1436,8 @@
                 worldCorners = dot(Tr_imu_to_world, homImuCorners.T).T # 8x3
             else: #LUMPI format
                 anno_list_temp = {}
-                anno_list_temp['x_2d'] = r.xmin
-                anno_list_temp['y_2d'] = r.ymin
+                #anno_list_temp['x_2d'] = r.xmin
+                #anno_list_temp['y_2d'] = r.ymin
                 anno_list_temp['l_3d'] = r.l
                 anno_list_temp['w_3d'] = r.w
                 anno_list_temp['h_3d'] = r.h