Skip to content

Commit 1185bb5

Browse files
committed
Add Colab demo.
1 parent add8d0d commit 1185bb5

File tree

3 files changed

+1081
-3
lines changed

3 files changed

+1081
-3
lines changed

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,27 @@ This is the code for "HyperNeRF: A Higher-Dimensional Representation for Topolog
66
* [Paper](https://arxiv.org/abs/2106.13228)
77
* [Video](https://www.youtube.com/watch?v=qzgdE_ghkaI)
88

9-
This codebase contains a re-implementation of Nerfies using [JAX](https://github.com/google/jax),
9+
This codebase implements HyperNeRF using [JAX](https://github.com/google/jax),
1010
building on [JaxNeRF](https://github.com/google-research/google-research/tree/master/jaxnerf).
11-
We have been careful to match implementation details and have reproduced the original
12-
results presented in the paper.
11+
12+
13+
## Demo
14+
15+
We provide an easy-to-get-started demo using Google Colab!
16+
17+
These Colabs will allow you to train a basic version of our method using
18+
Cloud TPUs (or GPUs) on Google Colab.
19+
20+
Note that due to limited compute resources available, these are not the fully
21+
featured models and will train quite slowly and the quality will likely not be that great.
22+
If you would like to train a fully featured model, please refer to the instructions below
23+
on how to train on your own machine.
24+
25+
| Description | Link |
26+
| ----------- | ----------- |
27+
| Process a video into a dataset| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/nerfies/blob/main/notebooks/Nerfies_Capture_Processing.ipynb)|
28+
| Train HyperNeRF| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/hypernerf/blob/main/notebooks/HyperNeRF_Training.ipynb)|
29+
| Render HyperNeRF Videos| [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/google/hypernerf/blob/main/notebooks/HyperNeRF_Render_Video.ipynb)|
1330

1431

1532
## Setup

0 commit comments

Comments
 (0)