From 47800f5a0e0ec85a8480474416d40f4eed73435e Mon Sep 17 00:00:00 2001 From: Snosixtyboo <40643808+Snosixtyboo@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:26:54 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22e9ec7..e6be6f9 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ conda activate //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