kitti_object_vis icon indicating copy to clipboard operation
kitti_object_vis copied to clipboard

Co observe 3d points using lidar and camera

Open poornimajd opened this issue 4 years ago • 0 comments

Great work @kuixu! In the code you have taken the lidar points falling in the fov of the image using this function-

https://github.com/kuixu/kitti_object_vis/blob/master/kitti_object.py#L290

But first we need to find which 3D points are co observed by both camera and lidar ,and then do the projection right?

poornimajd avatar May 16 '20 15:05 poornimajd