Datasets:
Update README.md
Browse files
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 |
-
@
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 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 |
```
|