Skip to content

Commit edbaa41

Browse files
authored
Update README.md
1 parent bb8e1a9 commit edbaa41

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ Abstract: *Radiance Field methods have recently revolutionized novel-view synthe
3434

3535
This research was funded by the ERC Advanced grant FUNGRAPH No 788065. The authors are grateful to Adobe for generous donations, the OPAL infrastructure from Université Côte d’Azur and for the HPC resources from GENCI–IDRIS (Grant 2022-AD011013409). The authors thank the anonymous reviewers for their valuable feedback, P. Hedman and A. Tewari for proofreading earlier drafts also T. Müller, A. Yu and S. Fridovich-Keil for helping with the comparisons.
3636

37+
## Step-by-step Tutorial
38+
39+
Jonathan Stephens made a fantastic step-by-step tutorial for setting up Gaussian Splatting on your machine, along with instructions for creating usable datasets from videos. If the instructions below are too dry for you, go ahead and check it out [here](https://www.youtube.com/watch?v=UXtuigy_wYc).\
40+
41+
## Colab
42+
43+
User [camenduru](https://github.com/camenduru) was kind enough to provide a Colab template that uses this repo's source (status: August 2023!) for quick and easy access to the method. Please check it out [here](https://github.com/camenduru/gaussian-splatting-colab).
44+
3745
## Cloning the Repository
3846

3947
The repository contains submodules, thus please check it out with
@@ -75,14 +83,6 @@ The optimizer uses PyTorch and CUDA extensions in a Python environment to produc
7583

7684
### Setup
7785

78-
#### Colab
79-
80-
User [camenduru](https://github.com/camenduru) was kind enough to provide a Colab template that uses this repo's source (status: August 2023!) for quick and easy access to the method. Please check it out [here](https://github.com/camenduru/gaussian-splatting-colab).
81-
82-
#### Step-by-step Tutorial
83-
84-
Jonathan Stephens made a fantastic step-by-step tutorial for setting up Gaussian Splatting on your machine, along with instructions for creating usable datasets from videos. If the instructions below are too dry for you, go ahead and check it out [here](https://www.youtube.com/watch?v=UXtuigy_wYc).
85-
8686
#### Local Setup
8787

8888
Our default, provided install method is based on Conda package and environment management:

0 commit comments

Comments
 (0)