Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niujinshuchong committed Jun 27, 2024
1 parent d6ecde3 commit 03aa3e2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<a href="http://www.cvlibs.net/">Andreas Geiger</a>

</p>
<h2 align="center">CVPR 2024 Best Student Paper</h2>

<h3 align="center"><a href="https://drive.google.com/file/d/1Q7KgGbynzcIEyFJV1I17HgrYz6xrOwRJ/view?usp=sharing">Paper</a> | <a href="https://arxiv.org/pdf/2311.16493.pdf">arXiv</a> | <a href="https://niujinshuchong.github.io/mip-splatting/">Project Page</a> | <a href="https://niujinshuchong.github.io/mip-splatting-demo/">Online Viewer</a> </h3>
<div align="center"></div>
</p>
Expand Down Expand Up @@ -88,11 +90,13 @@ This project is built upon [3DGS](https://github.com/graphdeco-inria/gaussian-sp
# Citation
If you find our code or paper useful, please cite
```bibtex
@article{Yu2023MipSplatting,
author = {Yu, Zehao and Chen, Anpei and Huang, Binbin and Sattler, Torsten and Geiger, Andreas},
title = {Mip-Splatting: Alias-free 3D Gaussian Splatting},
journal = {arXiv:2311.16493},
year = {2023},
@InProceedings{Yu2024MipSplatting,
author = {Yu, Zehao and Chen, Anpei and Huang, Binbin and Sattler, Torsten and Geiger, Andreas},
title = {Mip-Splatting: Alias-free 3D Gaussian Splatting},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2024},
pages = {19447-19456}
}
```
If you find our improved densification metric useful, please kindly cite
Expand Down

0 comments on commit 03aa3e2

Please sign in to comment.