/diff-surfel-rasterization

revised version of diff-surfel-rasterization from https://github.com/hbb1/diff-surfel-rasterization

Primary LanguageCudaOtherNOASSERTION

Major changes

  • 2024.06.17
  1. accommodate to gaussian_surfel's input and output
  2. add backface culling as implemented in gaussian_surfel



Differential Surfel Rasterization

This is the rasterization engine for the paper "2D Gaussian Splatting for Geometrically Accurate Radiance Fields". If you can make use of it in your own research, please be so kind to cite us.

BibTeX

@inproceedings{Huang2DGS2024,
    title={2D Gaussian Splatting for Geometrically Accurate Radiance Fields},
    author={Huang, Binbin and Yu, Zehao and Chen, Anpei and Geiger, Andreas and Gao, Shenghua},
    publisher = {Association for Computing Machinery},
    booktitle = {SIGGRAPH 2024 Conference Papers},
    year      = {2024},
    doi       = {10.1145/3641519.3657428}
}

BibTeX

@Article{kerbl3Dgaussians,
      author       = {Kerbl, Bernhard and Kopanas, Georgios and Leimk{\"u}hler, Thomas and Drettakis, George},
      title        = {3D Gaussian Splatting for Real-Time Radiance Field Rendering},
      journal      = {ACM Transactions on Graphics},
      number       = {4},
      volume       = {42},
      month        = {July},
      year         = {2023},
      url          = {https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/}
}