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! Thanks for the great work.
How does the KNN work so fast in the implementation?
In the paper, you said that you query K neighboring neural points around it within a certain radius R.
However, I'm uncertain where I can find this inside the code.
I would be happy if you let me know some details of how KNNs on huge point clouds are done so fast and implementation details.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the great work.
How does the KNN work so fast in the implementation?
In the paper, you said that you query K neighboring neural points around it within a certain radius R.
However, I'm uncertain where I can find this inside the code.
I would be happy if you let me know some details of how KNNs on huge point clouds are done so fast and implementation details.
Thanks!
The text was updated successfully, but these errors were encountered: