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

How can we generate the dense depth image from sparse LiDAR points? #7

Closed
ZhenboSong opened this issue Sep 10, 2020 · 5 comments
Closed

Comments

@ZhenboSong
Copy link

Hi Hengli,
Could you provide some instructions for generating dense depth maps? Using depth completion networks or simply using interpolation? If we don't have perfect depth maps, could SNE and RoadSeg Net generalize well?

@hlwang1124
Copy link
Owner

Hi Zhenbo. In our experiments, we simply use interpolation.
In addition, we have not tested our approach under different noise levels. However, I think our approach can generalize well on the commonly used sensors, such as LiDAR for self-driving cars and RealSense for mobile robots.

@ZhenboSong
Copy link
Author

Thanks, Hengli. Could you provide the code for interpolation? We have tried several depth completion methods, but RoadSeg results are not good as you provided in your videos.

@hlwang1124
Copy link
Owner

Hi, Zhenbo. Actually, the code we use is very simple, griddata method in Matlab, which is also equivalent to scipy.interpolate.griddata in python. We have provided the dense depth maps in the KITTI Road Dataset, and you can also have a look.

@ZhenboSong
Copy link
Author

Great! Thanks again.

@cattpku
Copy link

cattpku commented Aug 5, 2021

Hi @ZhenboSong, have you successfully generated the uint16 depth image from lidar data? If so, can you kindly share the script? Thanks.

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