You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: