Skip to content

ngp doc #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/source/examples/dnerf.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Dynamic Scene
====================
23 changes: 12 additions & 11 deletions docs/source/examples/ngp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,23 @@ Benchmarks

Here we trained a NGP Nerf model on the NeRF-Synthetic dataset. We follow the same
settings with the paper, which uses trainval split for training and test split for
evaluation. Our experiments are conducted on a single NVIDIA TITAN RTX GPU.
evaluation. Our experiments are conducted on a single NVIDIA TITAN RTX GPU. The training
memory footprint is about 3GB.

.. note::

The paper makes use of the alpha channel in the images to apply random background
augmentation during training. Yet we only uses a constant white background.

+----------------------+----------+----------+------------+-------+--------+--------+--------+--------+
| | Lego | Mic | Materials |Chair |Hotdog | Ficus | Drums | Ship |
| | | | | | | | | |
+======================+==========+==========+============+=======+========+========+========+========+
| Paper (PSNR: 5min) | 36.39 | 36.22 | 29.78 | 35.00 | 37.40 | 33.51 | 26.02 | 31.10 |
+----------------------+----------+----------+------------+-------+--------+--------+--------+--------+
| Ours (PSNR) | 36.61 | 37.45 | 30.15 | 36.10 | 38.17 | | 25.83 | |
+----------------------+----------+----------+------------+-------+--------+--------+--------+--------+
| Ours (Training time)| 300s | 272s | 258s | 311s | 287s | | 249s | |
+----------------------+----------+----------+------------+-------+--------+--------+--------+--------+
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
| | Lego | Mic | Materials |Chair |Hotdog | Ficus | Drums | Ship |
| | | | | | | | | |
+======================+=======+=======+============+=======+========+========+========+========+
| Paper (PSNR: 5min) | 36.39 | 36.22 | 29.78 | 35.00 | 37.40 | 33.51 | 26.02 | 31.10 |
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
| Ours (PSNR) | 36.61 | 37.45 | 30.15 | 36.10 | 37.88 | 32.07 | 25.83 | |
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
| Ours (Training time)| 300s | 272s | 258s | 311s | 275s | 254s | 249s | |
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+

.. _`github repository`: : https://github.com/KAIR-BAIR/nerfacc/
2 changes: 2 additions & 0 deletions docs/source/examples/unbounded.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Unbounded Scene
====================