maturk / dn-splatter

DN-Splatter: Depth and Normal Priors for Gaussian Splatting and Meshing
https://maturk.github.io/dn-splatter/
Apache License 2.0
424 stars 28 forks source link

Where you use 3DGS in your code? #19

Closed cdfan0627 closed 3 months ago

cdfan0627 commented 5 months ago

Thank you very much for your work. Could you please explain where 3DGS is used in your code? It looks different from typical 3DGS code.

maturk commented 5 months ago

Hi @cdfan0627, this project is an extension of the splatfacto model from Nerfstudio. Specifically, this repo extends (subclasses splatfaco) with features like depth supervision, normal supervision, and other regularization (like smoothness constraints) as well as basic mesh extraction.