Update README.md

This commit is contained in:
Snosixtyboo 2023-08-30 13:26:54 +02:00 committed by GitHub
parent 353b2e9748
commit 47800f5a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,10 @@ conda activate <Drive>/<env_path>/gaussian_splatting
If you can afford the disk space, we recommend using our environment files for setting up a training environment identical to ours. If you want to make modifications, please note that major version changes might affect the results of our method. However, our (limited) experiments suggest that the codebase works just fine inside a more up-to-date environment (Python 3.8, PyTorch 2.0.0, CUDA 12). Make sure to create an environment where PyTorch and its CUDA runtime version match and the installed CUDA SDK has no major version difference with PyTorch's CUDA version.
#### Known Issues
Some users experience problems building the submodules on windows (```cl.exe: File not found``` or similar). Please consider the workaround for this problem from the FAQ.
### Running
To run the optimizer, simply use