buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1k stars 47 forks source link

A problem occurs during the webUI operation #26

Closed VG-socool closed 4 months ago

VG-socool commented 6 months ago

Hello, Dr. Chen.I have a problem.I tried to run the webui, and encountered this problem: It's said that "No module named 'simple_knn'", but when I tried to install it with pip, it's said that "Requirement already satisfied".Thank you for your help! 27440894f3ecbd45cb99cc3e2845dd3

ScienceLi1125 commented 6 months ago

You may check requirement.txt which contains gaussiansplatting/submodules/simple-knn. Because simple-knn is installed by pip install gaussiansplatting/submodules/simple-knn instead of pip install simple-knn.