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
mmdet3d/core/bbox/structures/utils, in mono_cam_box2vis function.
# convert yaw by (-yaw - np.pi / 2)# this is because mono 3D box class such as `NuScenesBox` has different# definition of rotation with our `CameraInstance3DBoxes`yaw=-yaw-np.pi/2
I am confused by what means of different definition of rotation with these two boxes?
The text was updated successfully, but these errors were encountered:
It is a legacy issue due to hack of yaw and dimensions in the monocular 3D detection on nuScenes. Basically it is because the rotation definition of nuscenes box class is different from our CameraInstanceBoxes. It has been fixed with #744 . This function will be deprecated soon.
mmdet3d/core/bbox/structures/utils, in mono_cam_box2vis function.
I am confused by what means of different definition of rotation with these two boxes?
The text was updated successfully, but these errors were encountered: