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 to get the error map between predicted depth and the GT depth map #38

Open
ruili3 opened this issue Sep 4, 2021 · 1 comment
Open

Comments

@ruili3
Copy link

ruili3 commented Sep 4, 2021

Hi,

I'm very interested in the error map visualization in Fig.4 of your paper. Do you use the projected LIDAR point cloud as the GT, or the improved ground truth image in KITTI for error computation? I wonder whether you conduct the interpolation to the GT depth map?

Can you provide the code to show the error map? Thank you a lot :D

@JamieWatson683
Copy link
Collaborator

Hi - sorry for the delay in getting back to you!

We use the improved ground truth image for the error computation as it is more dense, and yes we interpolate using nearest neighbour to obtain more complete GT depth maps.

I'm not sure I have the code used for the paper anymore, but from memory I used skimage.morphology.dilation 3 times.

Let me know how you get on with this!

Thanks a lot.

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