Skip to content

Commit

Permalink
Update inria-3dgs-tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzgsxs authored Oct 27, 2024
1 parent 1e3c1ec commit 7616a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inria-3dgs-tutorial.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Step-by-step tutorial for getting 3dgs running

Make sure you have installed Nvidia driver (version > 530), CUDA (version > 12) and Docker. It may be a lot easier to just use Windows with WSL, as there is an existing [Pre-built Windows Binaries](https://github.com/graphdeco-inria/gaussian-splatting/tree/main?tab=readme-ov-file#pre-built-windows-binaries) so you don't have to build it yourself. But you can still follow this if you are using ubuntu 22.04 (or anyother docker compatible linux distro)
Make sure you have installed Nvidia driver (version > 530), CUDA (version > 12) and Docker. It may be a lot easier to just use Windows with WSL, as there is an existing [Pre-built Windows Binaries for viewer](https://github.com/graphdeco-inria/gaussian-splatting/tree/main?tab=readme-ov-file#pre-built-windows-binaries) so you don't have to build it yourself. But you can still follow this if you are using ubuntu 22.04 (or anyother docker compatible linux distro) but you will have to either vuild that viewer on Linux or mount the trained model to a windows machine to use prebuilt viewer

Either pull `gaetanlandreau/3d-gaussian-splatting` from you GUI docker app in Windows or run the following command in your terminal:

Expand All @@ -11,7 +11,7 @@ docker pull gaetanlandreau/3d-gaussian-splatting:latest
Once you have this image pulled, clone 3dgs code into your current working directory:

````
git clone https://github.com/graphdeco-inria/gaussian-splatting.git
git clone --recursive https://github.com/graphdeco-inria/gaussian-splatting.git
````

Start your docker in nvidia-runtime mode with their code mounted in container:
Expand Down

0 comments on commit 7616a30

Please sign in to comment.