NVlabs / InstantSplat

InstantSplat: Sparse-view SfM-free Gaussian Splatting in Seconds
https://instantsplat.github.io/
Other
864 stars 54 forks source link

Simple KNN Submodule #5

Closed IshanArya closed 3 months ago

IshanArya commented 3 months ago

Hello,

Can you please add the code for the simple-knn submodule? It is not linked anywhere.

IshanArya commented 3 months ago

Nvm, it's available here: https://gitlab.inria.fr/bkerbl/simple-knn.git

ojh6404 commented 3 months ago

FYI. for who wants to compile simple-knn with cuda higher than 12.5, you need to add

#include <cfloat>

to simple_knn.cu.