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 build the pointnet2_ops on Windows 10, and the version of Python is 3.7. When I use the furthest_point_sample and gather_operation to sample points from a dense point cloud, I find that there is a bug in the algorithm:
Here is the dense point cloud:
After use fps to sample 2048 points, there is a hole on the plane:
The text was updated successfully, but these errors were encountered:
I build the pointnet2_ops on Windows 10, and the version of Python is 3.7. When I use the
furthest_point_sample
andgather_operation
to sample points from a dense point cloud, I find that there is a bug in the algorithm:Here is the dense point cloud:
After use fps to sample 2048 points, there is a hole on the plane:
The text was updated successfully, but these errors were encountered: