BehindTheScenes icon indicating copy to clipboard operation
BehindTheScenes copied to clipboard

Wrong depth projection of kitti360 dataset

Open supremeccccc opened this issue 2 years ago • 0 comments

Hi, I noticed that the load_depth function in kitti_360_dataset.py was wrong since code like points = points[points[:, 0] >= 0, :] was omitted. Hence the points backward would mask out the forward point in the following process.

supremeccccc avatar Nov 02 '23 03:11 supremeccccc