AIBluefisher / DiffGaussianRasterizer

My reimplementation of the differentiable rasterizer of 3D Gaussian Splatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiffGaussianRasterizer

My reimplementation of the differentiable rasterizer of 3D Gaussian Splatting in C++ and CUDA.

TODO

  • Forward pass
  • Backward pass
    • Analytical Gradient as original Gaussian Splatting
    • Analytical Gradient for depth regularization
    • Analytical Gradient for camera pose optimization
  • Anti-Aliasing
  • Unit Test
  • Pytorch Binding

About

My reimplementation of the differentiable rasterizer of 3D Gaussian Splatting