CenterPoint icon indicating copy to clipboard operation
CenterPoint copied to clipboard

why CenterPoint trans yaw: yaw = -yaw-np.pi/2?

Open qingzhouzhen opened this issue 1 year ago • 0 comments

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?

qingzhouzhen avatar Mar 14 '23 13:03 qingzhouzhen