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

The ground truth velodyne depth of kitti. #197

Closed
MRinel opened this issue Jun 7, 2020 · 1 comment
Closed

The ground truth velodyne depth of kitti. #197

MRinel opened this issue Jun 7, 2020 · 1 comment

Comments

@MRinel
Copy link

MRinel commented Jun 7, 2020

Hi, amazing work for depth prediction! I have a few questions on kitti ground truth and visualization.
The ground truth velodyne depth being very sparse, how to interpolate it for visualization?
like:(from kitti depth prediction/ annotated depth map dataset)
image
visualize :
image
I tried to complete the depth map, but it didn't work as well as above.
In addition, RMSE is calculated using the original sparse depth map, right?

@mdfirman
Copy link
Collaborator

mdfirman commented Jun 9, 2020

If you are trying to densify the depth maps for visualisation there are a few options.

You could try out scipy's interp2d function (https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.interp2d.html).

There is also at least one option on this thread.

And yes, all the metrics are computed on the sparse depth map.

Thanks

@mdfirman mdfirman closed this as completed Jun 9, 2020
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

2 participants