diff-gaussian-rasterization icon indicating copy to clipboard operation
diff-gaussian-rasterization copied to clipboard

Results 14 diff-gaussian-rasterization issues
Sort by recently updated
recently updated
newest added

Hi, authors, Nice to see your work! I've also implement a modified version of gaussian splatting to support the depth map output. When i compare my code with your implementation,...

Hello, everyone! We implement a differentiable gaussian rasterization repo based on the original repo, which supports depth map, alpha map, normal map and extra per-Gaussian feature rendering! You can find...

Thanks for ur excellent work! I install this module successfully but got an import error in the following. do u know the reason? from diff_gaussian_rasterization import GaussianRasterizationSettings, GaussianRasterizer File "/gemini/data-1/dreamgaussian/diff-gaussian-rasterization/diff_gaussian_rasterization/__init__.py",...

Hi, is it possible to add bf16 support for this library?