removed bug with unnecessary data

Commit e59a0a475a0a · Nicolas Saunier · 2024-04-03 16:39 -0400

Changeset
e59a0a475a0a19446fc973b94f28f0db15d6dcb5

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/trafficintelligence/storage.py b/trafficintelligence/storage.py
--- a/trafficintelligence/storage.py
+++ b/trafficintelligence/storage.py
@@ -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