Skip to content
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

pseudo lidar coordinates #2

Closed
czy341181 opened this issue Nov 5, 2021 · 3 comments
Closed

pseudo lidar coordinates #2

czy341181 opened this issue Nov 5, 2021 · 3 comments

Comments

@czy341181
Copy link

Hi, thanks for your great work!
I have a question about the coordinate system.

I notice that in the stereo_kitti_dataset.py file, there is the introduction of a pseudo-lidar coordinate system.

gt_boxes_lidar = box_utils.boxes3d_kitti_camera_to_lidar(

I would like to know why this function is not rect_to_lidar, but rect_to_lidar_pseudo? Is there any difference in labelling between double and single purpose?

@czy341181
Copy link
Author

gt_boxes_camera, calib, pseudo_lidar=True, pseudo_cam2_view=self.boxes_gt_in_cam2_view)

pseudo_lidar=True, this function is not rect_to_lidar, but rect_to_lidar_pseudo?

@xy-guo
Copy link
Owner

xy-guo commented Nov 7, 2021

By default, stereo-based 3D detection will construct data in camera view. The reason for using pseudo lidar coordinate is purely for compatibility and engineering tricks. Of course, you can convert all data into LiDAR-view. The only thing you need to do is to make sure the stereo features and the LiDAR features share the same coordinate system.

@czy341181
Copy link
Author

got it, thanks for your timely reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants