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

submodules是不是缺了文件 #20

Closed luotingjun closed 3 months ago

luotingjun commented 3 months ago

安装过程中遇到 SC-GS\submodules\diff-gaussian-rasterization\cuda_rasterizer\backward.h(19): fatal error C1083: 无法打开包括文 件: “glm/glm.hpp”: No such file or directory

yihua7 commented 3 months ago

Hi, You need git clone --recursive to clone this repo with the submodules.

luotingjun commented 3 months ago

你好,我在训练过程中遇到了新问题。 在gui中训练jumpingjack时大概在迭代6000次左右会弹出报错: AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' 请问如何解决

yihua7 commented 3 months ago

Did you change any codes? Actually ANTIALIAS feature is not used in our code and it's the issue about the Pillow version. Maybe you can try another version of Pillow.