BehindTheScenes
BehindTheScenes copied to clipboard
Wrong depth projection of kitti360 dataset
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.