Update README.md

This commit is contained in:
Yen-Chen Lin 2021-01-15 03:41:40 +08:00 committed by GitHub
parent d98e273aba
commit 7c70c099a8

View file

@ -160,11 +160,10 @@ Kudos to the authors for their amazing results:
However, if you find this implementation or pre-trained models helpful, please consider to cite: However, if you find this implementation or pre-trained models helpful, please consider to cite:
``` ```
@software{pytorchnerf2020github, @misc{Yen-Chen20github_{PyTorchNeRF},
author = {Yen-Chen, Lin}, author = {Yen-Chen, Lin},
title = {{PyTorchNeRF}: a {PyTorch} implementation of {NeRF}}, title = {{PyTorchNeRF}: a {PyTorch} implementation of {NeRF}},
url = {https://github.com/yenchenlin/nerf-pytorch/}, url = {https://github.com/yenchenlin/nerf-pytorch/},
version = {0.0},
year = {2020}, year = {2020},
} }
``` ```