From 95cb14d2b25113b4c1d1b3b5869906ce42bd4b9b Mon Sep 17 00:00:00 2001 From: Snosixtyboo <40643808+Snosixtyboo@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:10:31 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c56265..e396948 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc ### Setup +#### Colab + +User [camenduru](https://github.com/camenduru) was kind enough to provide a Colab template that uses pre-built wheels for quick and easy access to the method. Please check it out [here](https://github.com/camenduru/gaussian-splatting-colab). + #### Local Setup Our default, provided install method is based on Conda package and environment management: @@ -95,10 +99,6 @@ conda env create --file environment.yml --prefix //gaussian_spl conda activate //gaussian_splatting ``` -#### Colab - -User [camenduru](https://github.com/camenduru) was kind enough to provide a Colab template that uses pre-built wheels for quick and easy access to the method. Please check it out [here](https://github.com/camenduru/gaussian-splatting-colab). - #### Modifications 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.