# HG changeset patch # User Nicolas Saunier # Date 1712176781 14400 # Node ID e59a0a475a0a19446fc973b94f28f0db15d6dcb5 # Parent 56d0195d043e760b7802e998a00bfe2096181284 removed bug with unnecessary data diff -r 56d0195d043e -r e59a0a475a0a trafficintelligence/storage.py --- 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