Skip to content

Commit 264cf46

Browse files
update doc and bump version (#35)
1 parent b969818 commit 264cf46

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author = "Ruilong"
1010

1111
release = "0.1"
12-
version = "0.1.0"
12+
version = "0.1.1"
1313

1414
# -- General configuration
1515

docs/source/examples/dnerf.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Dynamic Scene
33

44

55

6-
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+
7-
| | bouncing | hell | hook | jumping | lego | mutant | standup | trex |
8-
| | balls | warrior | | jacks | | | | |
9-
+======================+==========+=========+=======+=========+=======+========+=========+=======+
10-
| Paper (PSNR: ~2day) | 38.93 | 25.02 | 29.25 | 32.80 | 21.64 | 31.29 | 32.79 | 31.75 |
11-
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+
12-
| Ours (PSNR: ~50min) | 39.60 | 22.41 | 30.64 | 29.79 | 24.75 | 35.20 | 34.50 | 31.83 |
13-
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+
14-
| Ours (Training time)| 45min | 49min | 51min | 46min | 53min | 57min | 49min | 46min |
15-
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+
6+
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+-------+
7+
| | bouncing | hell | hook | jumping | lego | mutant | standup | trex | AVG |
8+
| | balls | warrior | | jacks | | | | | |
9+
+======================+==========+=========+=======+=========+=======+========+=========+=======+=======+
10+
| Paper (PSNR: ~2day) | 38.93 | 25.02 | 29.25 | 32.80 | 21.64 | 31.29 | 32.79 | 31.75 | 30.43 |
11+
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+-------+
12+
| Ours (PSNR: ~50min) | 39.60 | 22.41 | 30.64 | 29.79 | 24.75 | 35.20 | 34.50 | 31.83 | 31.09 |
13+
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+-------+
14+
| Ours (Training time)| 45min | 49min | 51min | 46min | 53min | 57min | 49min | 46min | 50min |
15+
+----------------------+----------+---------+-------+---------+-------+--------+---------+-------+-------+

docs/source/examples/vanilla.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Benchmarks
77
------------
88

99

10-
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
11-
| | Lego | Mic | Materials |Chair |Hotdog | Ficus | Drums | Ship |
12-
| | | | | | | | | |
13-
+======================+=======+=======+============+=======+========+========+========+========+
14-
| Paper (PSNR: 1~2days)| 32.54 | 32.91 | 29.62 | 33.00 | 36.18 | 30.13 | 25.01 | 28.65 |
15-
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
16-
| Ours (PSNR: ~50min) | 33.69 | 33.76 | 29.73 | 33.32 | 35.80 | 32.52 | 25.39 | 28.18 |
17-
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
18-
| Ours (Training time)| 58min | 53min | 46min | 62min | 56min | 42min | 52min | 49min |
19-
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+
10+
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+--------+
11+
| | Lego | Mic | Materials |Chair |Hotdog | Ficus | Drums | Ship | AVG |
12+
| | | | | | | | | | |
13+
+======================+=======+=======+============+=======+========+========+========+========+========+
14+
| Paper (PSNR: 1~2days)| 32.54 | 32.91 | 29.62 | 33.00 | 36.18 | 30.13 | 25.01 | 28.65 | 31.00 |
15+
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+--------+
16+
| Ours (PSNR: ~50min) | 33.69 | 33.76 | 29.73 | 33.32 | 35.80 | 32.52 | 25.39 | 28.18 | 31.55 |
17+
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+--------+
18+
| Ours (Training time)| 58min | 53min | 46min | 62min | 56min | 42min | 52min | 49min | 52min |
19+
+----------------------+-------+-------+------------+-------+--------+--------+--------+--------+--------+
2020

2121
.. _`github repository`: : https://github.com/KAIR-BAIR/nerfacc/

docs/source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ NerfAcc is a PyTorch Nerf acceleration toolbox for both training and inference.
55

66
Using NerfAcc,
77

8-
- The `vanilla Nerf model`_ with 8-layer MLPs can be trained to *better quality* (+~1.0 PNSR) \
9-
in *45 minutes* rather than *1~2 days* as in the paper.
10-
- The `instant-ngp Nerf model`_ can be trained to *equal quality* with *9/10th* of the training time \
8+
- The `vanilla Nerf model`_ with 8-layer MLPs can be trained to *better quality* (+~0.5 PNSR) \
9+
in *1 hour* rather than *1~2 days* as in the paper.
10+
- The `instant-ngp Nerf model`_ can be trained to *equal quality* with *9/10th* of the training time (4.5 minutes) \
1111
comparing to the official pure-CUDA implementation.
12-
- The `D-Nerf model`_ for *dynamic* objects can also be trained in *45 minutes* \
13-
rather than *2 days* as in the paper, and with *better quality* (+~2.0 PSNR).
12+
- The `D-Nerf model`_ for *dynamic* objects can also be trained in *1 hour* \
13+
rather than *2 days* as in the paper, and with *better quality* (+~0.5 PSNR).
1414
- *Unbounded scenes* from `MipNerf360`_ can also be trained in \
1515
*~1 hour* and get comparable quality to the paper.
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nerfacc"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = [{name = "Ruilong", email = "[email protected]"}]
99
license = { text="MIT" }
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)