manydepth icon indicating copy to clipboard operation
manydepth copied to clipboard

How to get the error map between predicted depth and the GT depth map

Open ruili3 opened this issue 3 years ago • 1 comments

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

ruili3 avatar Sep 04 '21 11:09 ruili3

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.

JamieWatson683 avatar Jan 12 '22 08:01 JamieWatson683