gaussian-splatting
gaussian-splatting copied to clipboard
submodules install failure solution for VS2022 user
trafficstars
I met this problem when I tried to install diff_gaussian_rasterization. For those can only install VS2022 I recommend this.
- follow the tutorial video mentioned in the repo
- download the latest CUDA version after you install VS2022(for me is CUDA12.8) here and make sure you've install all the components correctly. Cuz I found some older CUDA version isn't compatible with VS2022
- follow the instruction here,it really helped me a lot.(maybe you need to pip some packages in environment.yml at last)
- then you can train the model successfully
Hope its useful for u