autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.01k stars 65 forks source link

Installation has extra 'submodules' in the code #2

Closed Vreqn closed 9 months ago

Vreqn commented 9 months ago

for pip install submodules/simple-knn/ in the code on the main page there's an extra 'submodules'

Currently: pip install submodules/submodules/simple-knn/ Should be corrected to: pip install submodules/simple-knn

niujinshuchong commented 9 months ago

Hi, thanks for pointing it out. Fixed now.