ashawkey / diff-gaussian-rasterization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

what are possible application and use of rendered_depth & rendered_alpha?

pknmax opened this issue · comments

  1. does this make trained scene representation/rendering better than original 3DGS rasterizer?
  2. is there a way to use this to make loss term used in 3DGS more efficient and better?

it is useful to use rendered_alpha to calculate mask loss in some object reconstruction cases. rendered_depth can also provide some guidance e.g. depth loss between rendered_depth and monocular depth.