NVlabs / InstantSplat

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

Simple KNN Submodule #5

Closed IshanArya closed 1 month ago

IshanArya commented 1 month ago

Hello,

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

IshanArya commented 1 month ago

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

ojh6404 commented 3 weeks 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.