Commit 4a9e2944 authored by David Novotny's avatar David Novotny Committed by Facebook GitHub Bot
Browse files

Updated readme with NeRF metrics, added a nicer gif

Summary: See title.

Reviewed By: nikhilaravi

Differential Revision: D27658290

fbshipit-source-id: 232550f04df4951f7f3d712047b39e510a2f4209
parent c18ee9d4
.github/nerf_project_logo.gif

3.17 MB | W: | H:

.github/nerf_project_logo.gif

4.89 MB | W: | H:

.github/nerf_project_logo.gif
.github/nerf_project_logo.gif
.github/nerf_project_logo.gif
.github/nerf_project_logo.gif
  • 2-up
  • Swipe
  • Onion skin
......@@ -3,7 +3,7 @@ Neural Radiance Fields in PyTorch3D
This project implements the Neural Radiance Fields (NeRF) from [1].
<img src="https://raw.githubusercontent.com/facebookresearch/pytorch3d/master/.github/nerf_project_logo.gif" width="600" height="300"/>
<img src="https://raw.githubusercontent.com/facebookresearch/pytorch3d/master/.github/nerf_project_logo.gif" width="600" height="338"/>
Installation
......@@ -77,6 +77,16 @@ https://dl.fbaipublicfiles.com/pytorch3d_nerf_data
Attribution: `lego` and `fern` are data from the original code release of [1] in https://drive.google.com/drive/folders/128yBriW1IG_3NJ5Rp7APSTZsJqdJdfc1, which are hosted under the CC-BY license (https://creativecommons.org/licenses/by/4.0/) The S3 bucket files contains the same images while the camera matrices have been adjusted to follow the PyTorch3D convention.
#### Quantitative results
Below are the comparisons between our implementation and the official [`TensorFlow code`](https://github.com/bmild/nerf). The speed is measured on NVidia Quadro GP100.
```
+----------------+------------------+------------------+-----------------+
| Implementation | Lego: test PSNR | Fern: test PSNR | training speed |
+----------------+------------------+------------------+-----------------+
| TF (official) | 31.0 | 27.5 | 0.24 sec/it |
| PyTorch3D | 32.7 | 27.9 | 0.18 sec/it |
+----------------+------------------+------------------+-----------------+
```
#### References
[1] Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng, NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis, ECCV2020
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment