"tools/imglab/vscode:/vscode.git/clone" did not exist on "c68bb4e785ef919424aafbaf6103484a3a3bb540"
Unverified Commit 27b657fa authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

Update paper link (#63)

* update docs for ray gradients

* update pdf
parent ff7cf01a
...@@ -121,3 +121,15 @@ python examples/train_mlp_dnerf.py --train_split train --scene lego ...@@ -121,3 +121,15 @@ python examples/train_mlp_dnerf.py --train_split train --scene lego
# See results at here: https://www.nerfacc.com/en/latest/examples/unbounded.html # See results at here: https://www.nerfacc.com/en/latest/examples/unbounded.html
python examples/train_ngp_nerf.py --train_split train --scene garden --auto_aabb --unbounded --cone_angle=0.004 python examples/train_ngp_nerf.py --train_split train --scene garden --auto_aabb --unbounded --cone_angle=0.004
``` ```
## Citation
```bibtex
@article{li2022nerfacc,
title={NerfAcc: A General NeRF Accleration Toolbox.},
author={Li, Ruilong and Tancik, Matthew and Kanazawa, Angjoo},
journal={arXiv preprint arXiv:2210.04847},
year={2022}
}
```
\ No newline at end of file
...@@ -17,6 +17,7 @@ Using NerfAcc, ...@@ -17,6 +17,7 @@ Using NerfAcc,
**And it is pure Python interface with flexible APIs!** **And it is pure Python interface with flexible APIs!**
| Github: https://github.com/KAIR-BAIR/nerfacc | Github: https://github.com/KAIR-BAIR/nerfacc
| Paper: https://arxiv.org/pdf/2210.04847.pdf
| Authors: `Ruilong Li`_, `Matthew Tancik`_, `Angjoo Kanazawa`_ | Authors: `Ruilong Li`_, `Matthew Tancik`_, `Angjoo Kanazawa`_
.. note:: .. note::
......
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