-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
三维目标检测框的中心点坐标 #79
Comments
Hi @GXQ0527, Apologize for the mess in kitti_dataset.py. For now, I hope the following code makes the coordinate system more clear.
Using this function, the transformation from camera coordinates to Velodyne, is simply velo_object_center = np.linalg.inv(velo_to_rect_cam).dot(cam_object_center). Hope it helps. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者,您好。经检测得出的目标三维框中心是以相机坐标系为准,但是现在想获取激光雷达坐标系下的三维目标检测框中心,不知从何解决,看了kitti_dataset.py代码,发现里面有很多注解关于project a 3D box into camera coordinate,但是还是不知如何解决,希望作者给予帮助,期待您的回复。谢谢!
The text was updated successfully, but these errors were encountered: