Xharlie / pointnerf

Point-NeRF: Point-based Neural Radiance Fields
Other
1.1k stars 127 forks source link

Question on the method of KNN query. #80

Open Youngju-Na opened 1 year ago

Youngju-Na commented 1 year ago

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!