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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: