soulslicer / kitti_depthmap

module for converting raw lidar in kitti to depthmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accumulate laser scans

Citygity opened this issue · comments

Thank you for your great job! I'm tring to build depth using your project. I found that depth are not dense enough and wrong points caused by alignment of different sensors. will you implement laser scans accumulation for a denser depth map and disparity consistency check?

commented

this module is simply converting the ptcloud into a depthmap for a single scene. anything else you have to implement yourself.

Thanks for your apply. I found that the official repo provide c++ codes for accumulation.