ashawkey / diff-gaussian-rasterization

Other
366 stars 32 forks source link

Intention to increase depth map loss supervision #9

Open TwiceMao opened 1 year ago

TwiceMao commented 1 year ago

The official version of 3D Gaussian Splatting only uses Color Loss + SSIM Loss during their training. But now there's your re-written diff-gaussian-rasterization. I would like to ask, is it possible to add depth map Loss supervision during training based on the diff-gaussian-rasterization you rewrote?

pknmax commented 9 months ago

@TwiceMao how did you implement depth map loss supervision?