kuixu / kitti_object_vis

KITTI Object Visualization (Birdview, Volumetric LiDar point cloud )
MIT License
1.06k stars 231 forks source link

Co observe 3d points using lidar and camera #24

Open poornimajd opened 4 years ago

poornimajd commented 4 years ago

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?