We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15d6d0 commit ffb586fCopy full SHA for ffb586f
README.md
@@ -112,10 +112,12 @@ optimizer.step()
112
Before running those example scripts, please check the script about which dataset it is needed, and download
113
the dataset first.
114
115
-``` bash
+```bash
116
# clone the repo with submodules.
117
git clone --recursive git://github.com/KAIR-BAIR/nerfacc/
118
+```
119
120
+``` bash
121
# Instant-NGP NeRF in 4.5 minutes with reproduced performance!
122
# See results at here: https://www.nerfacc.com/en/latest/examples/ngp.html
123
python examples/train_ngp_nerf.py --train_split train --scene lego
0 commit comments