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
It seems that knn_bruteforce function only support point sets less than 8k. As the warning shows:
"point sets greater than 8k are not yet supported!! Change to knn_graph operation!! "
Is there any efficient way to perform knn on large point set? (e.g. when the number of points is 100K or even more), otherwise, I still have to split the scene as many blocks or sample a part of points from the whole scene each time. However, this will undoubtedly lose the geometry information.
The text was updated successfully, but these errors were encountered:
Thanks for your code.
It seems that knn_bruteforce function only support point sets less than 8k. As the warning shows:
"point sets greater than 8k are not yet supported!! Change to knn_graph operation!! "
Is there any efficient way to perform knn on large point set? (e.g. when the number of points is 100K or even more), otherwise, I still have to split the scene as many blocks or sample a part of points from the whole scene each time. However, this will undoubtedly lose the geometry information.
The text was updated successfully, but these errors were encountered: