yihua7 / SC-GS

[CVPR 2024] Code for SC-GS: Sparse-Controlled Gaussian Splatting for Editable Dynamic Scenes
https://yihua7.github.io/SC-GS-web/
MIT License
427 stars 21 forks source link

no modules name 'diff- gaussian -rasterization' and 'simple knn' #29

Closed mengW6 closed 1 week ago

mengW6 commented 2 months ago

Hi, Thanks for sharing your amazing work.When I tried to run the code, I encountered an issue: the two files 'diff- gaussian -rasterization' and 'simple-knn' in submodules have already been downloaded, but when running train.py and train_gui. py, it still shows that no modules name 'diff- gaussian -rasterization' and 'simple knn'.Do you have any solutions? Also, I want to visualize sparse control points, but I couldn't find the code for the control points in which file. Can you give me some guidance?
Thank you very much and I look forward to your guidance.

yihua7 commented 2 months ago

Hi,