Skip to content

stein7/diff-gaussian-rasterization

 
 

Repository files navigation

Branchs

  1. main - SourceCode Origin
  2. Cuda2Py - cuda 값들을 python tensor로 참조할 수 있도록 coding
  3. trial_01 - 2번 task를 위해서 객체를 tuple형태로 리턴할 수 있게까진 하였지만 python에서 호환되지않아 fail한 부분까지

Differential Gaussian Rasterization

Used as the rasterization engine for the paper "3D Gaussian Splatting for Real-Time Rendering of Radiance Fields". If you can make use of it in your own research, please be so kind to cite us.

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/}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 69.8%
  • C++ 18.1%
  • Python 10.2%
  • CMake 1.3%
  • C 0.6%