From 168a13edd8a08396e3ad775283eeb65145317205 Mon Sep 17 00:00:00 2001 From: dunbar12138 Date: Mon, 7 Mar 2022 18:44:26 -0500 Subject: [PATCH] Update CVPR info --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0ad5dd..1285422 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Pytorch implementation of DS-NeRF. DS-NeRF can improve the training of neural ra [Depth-supervised NeRF: Fewer Views and Faster Training for Free](https://www.cs.cmu.edu/~dsnerf/) -arXiv 2107.02791, 2021 +CVPR, 2022 [Kangle Deng](https://dunbar12138.github.io/)1, [Andrew Liu](https://andrewhliu.github.io/)2, @@ -141,11 +141,12 @@ We provide a tutorial on how to use depth-supervised loss in your own project [h If you find this repository useful for your research, please cite the following work. ``` -@article{kangle2021dsnerf, - title={Depth-supervised NeRF: Fewer Views and Faster Training for Free}, - author={Deng, Kangle and Liu, Andrew and Zhu, Jun-Yan and Ramanan, Deva}, - journal={arXiv preprint arXiv:2107.02791}, - year={2021} +@InProceedings{kangle2021dsnerf, + author = {Deng, Kangle and Liu, Andrew and Zhu, Jun-Yan and Ramanan, Deva}, + title = {Depth-supervised {NeRF}: Fewer Views and Faster Training for Free}, + booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, + month = {June}, + year = {2022} } ```