From 59942396765fc12594a8a9ef60481776a54f045e Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Thu, 15 Oct 2020 10:16:04 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 8046127..1f74d74 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,14 @@ python ddp_train_nerf.py --config configs/tanks_and_temples/tat_training_truck.t python ddp_test_nerf.py --config configs/tanks_and_temples/tat_training_truck.txt \ --render_splits test,camera_path ``` + +## Citation +Plese cite our work if you use the code. +```python +@article{kaizhang2020, + author = {Kai Zhang and Gernot Riegler and Noah Snavely and Vladlen Koltun}, + title = {NeRF++: Analyzing and Improving Neural Radiance Fields}, + journal = {arXiv:1801.09847}, + year = {2020}, +} +```