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

camera to lidar coordinate convertion for another lidar sensor #43

Closed
a-ngo opened this issue May 12, 2018 · 5 comments
Closed

camera to lidar coordinate convertion for another lidar sensor #43

a-ngo opened this issue May 12, 2018 · 5 comments

Comments

@a-ngo
Copy link

a-ngo commented May 12, 2018

how did u come up with the matrices for camera and lidar coordinate convertion in config.py?
(__C.MATRIX_P2, __C.MATRIX_T_VELO_2_CAM, __C.MATRIX_R_RECT_0 )

the thing is I want to try the VoxelNet with another lidar sensor but I don't know how to adjust this matrices.

@xueyingliu
Copy link

@artdengo I have the same question with you, have you already solved it?

@LinHungShi
Copy link

LinHungShi commented May 24, 2018

I think the author just calculates the average of each matrix over all images. The calibration matrices for each image and lidar can be downloaded from kitti website.

@a-ngo
Copy link
Author

a-ngo commented May 24, 2018

@xueyingliu I didn't solve it yet.

@LinHungShi so do you think that it is possible to completely remove the usage of these calibration matrices?? and how would you do that?
because I got my own lidar and label data, that are already calibrated and I assume that images are only used for visualization purposes, no?

@LinHungShi
Copy link

LinHungShi commented May 24, 2018

if you want to detect objects in lidar, you don't need those matrices. calibration is needed because the label in kitti is in camera coordinate.

@xueyingliu
Copy link

@LinHungShi really thanks for your reply, now it is clear.

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

3 participants