Datasets:

Modalities:
Image
Languages:
English
ArXiv:
Libraries:
Datasets
License:
onandon commited on
Commit
238022c
·
verified ·
1 Parent(s): b0791d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -34,13 +34,11 @@ Our <strong>DiET-GS++</strong> enables high quality novel-view synthesis with re
34
  ## Citation
35
  If you find our code or paper useful, please cite
36
  ```bibtex
37
- @misc{lee2025dietgsdiffusionpriorevent,
38
- title={DiET-GS: Diffusion Prior and Event Stream-Assisted Motion Deblurring 3D Gaussian Splatting},
39
- author={Seungjun Lee and Gim Hee Lee},
40
- year={2025},
41
- eprint={2503.24210},
42
- archivePrefix={arXiv},
43
- primaryClass={cs.CV},
44
- url={https://arxiv.org/abs/2503.24210},
45
  }
46
  ```
 
34
  ## Citation
35
  If you find our code or paper useful, please cite
36
  ```bibtex
37
+ @inproceedings{lee2025diet,
38
+ title={DiET-GS: Diffusion Prior and Event Stream-Assisted Motion Deblurring 3D Gaussian Splatting},
39
+ author={Lee, Seungjun and Lee, Gim Hee},
40
+ booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
41
+ pages={21739--21749},
42
+ year={2025}
 
 
43
  }
44
  ```