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
may not be correct.
If we want to get the box pose in the velodyne frame, I think the code may be box_pose = pose_0V.inverse() * pose_02 * box_pose.
I am not sure if it is correct, so I hope you can double check, thank you!
The text was updated successfully, but these errors were encountered:
Hi, I found code at
dd3d/tridet/data/datasets/kitti_3d/build.py
Line 260 in 86d8660
If we want to get the box pose in the velodyne frame, I think the code may be box_pose = pose_0V.inverse() * pose_02 * box_pose.
I am not sure if it is correct, so I hope you can double check, thank you!
The text was updated successfully, but these errors were encountered: