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
why CenterPoint trans yaw (box3d[:, -1] = -box3d[:, -1] - np.pi / 2) in data processer
and trans it back (box3d[:, -1] = -box3d[:, -1] - np.pi / 2) in postprocesser?
The text was updated successfully, but these errors were encountered:
qingzhouzhen
changed the title
confused about yaw in CentPoint' box3d[:, -1] = -box3d[:, -1] - np.pi / 2'
why CenterPoint trans yaw: yaw = -yaw-np.pi/2?
Apr 25, 2023
why CenterPoint trans yaw (box3d[:, -1] = -box3d[:, -1] - np.pi / 2) in data processer
and trans it back (box3d[:, -1] = -box3d[:, -1] - np.pi / 2) in postprocesser?
The text was updated successfully, but these errors were encountered: