VoxelNet-tensorflow icon indicating copy to clipboard operation
VoxelNet-tensorflow copied to clipboard

camera to lidar coordinate convertion for another lidar sensor

Open a-ngo opened this issue 6 years ago • 5 comments

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.

a-ngo avatar May 12 '18 12:05 a-ngo

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

xueyingliu avatar May 24 '18 06:05 xueyingliu

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.

LinHungShi avatar May 24 '18 07:05 LinHungShi

@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?

a-ngo avatar May 24 '18 07:05 a-ngo

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.

LinHungShi avatar May 24 '18 07:05 LinHungShi

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

xueyingliu avatar May 24 '18 08:05 xueyingliu