manydepth
manydepth copied to clipboard
How to get the error map between predicted depth and the GT depth map
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
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.