robot0321 / diff-gaussian-rasterization-depth-acc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Differential Gaussian Rasterization with Depth and Accuracy Map

Gaussian Splatting Rasterizer

Install

pip install <path of this repo> -e

At gaussian_renderer/__init__.py, change some lines

### from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer
from diff_gaussian_rasterization_depth_acc import GaussianRasterizationSettings, GaussianRasterizer

### rendered_image, radii, depth = rasterizer(
rendered_image, depth, acc, radii = rasterizer(

### ... and return dictionary

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

License:Other


Languages

Language:Cuda 70.1%Language:C++ 18.0%Language:Python 10.0%Language:CMake 1.4%Language:C 0.5%