You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currenlty, velo -> world is taking point from imu -> velo and then imu -> world, which seems errorneous to me.
but i believe , there is a need for inverse for imu-> velo
Hi , please provide some hint for the transformation represented by this line of code snippet,
drivestudio/datasets/kitti/kitti_preprocess.py
Line 158 in 388642a
currenlty, velo -> world is taking point from imu -> velo and then imu -> world, which seems errorneous to me.
but i believe , there is a need for inverse for imu-> velo
velo2imu = np.linalg.inv(imu2velo) velo2world = imu2world @ velo2imu
is my understanding right??
The text was updated successfully, but these errors were encountered: