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
dataset.py", line 324, in getitem
patch_normal = torch.from_numpy(shape.normals[center_point_ind, :])
IndexError: index 6033759 is out of bounds for axis 0 with size 2364679
The text was updated successfully, but these errors were encountered:
Hi @Lemon2048 , it seems your .pidx file that defines the point indices that are to be used as patch centers contains an out of bound index (index 6033759, while your point cloud only has 2364679 points).
Hello i have a problem with dataset.py
can you help me resolve this issue thank you!
dataset.py", line 324, in getitem
patch_normal = torch.from_numpy(shape.normals[center_point_ind, :])
IndexError: index 6033759 is out of bounds for axis 0 with size 2364679
The text was updated successfully, but these errors were encountered: