city-super / Octree-AnyGS

Octree-GS
Other
56 stars 2 forks source link

About hyper-parameters #6

Closed LaFeuilleMorte closed 3 days ago

LaFeuilleMorte commented 6 days ago

Hi, I noticed this version of octree-gs has different hyperparameters:

image

And in the default yaml:

image

the lambda_normal and lambda_dist are set to 0 by default. Doesn't this help to improve the metrics?

BTW, if I add depth loss with the mono depth images, Will it help to improve the quality? Looking forward to your reply!

jianglh-WHU commented 6 days ago
  1. we follow 2DGS to use lambda_normal and lambda_dist, but these losses will influence visual quality, you can certainly ablate them if needed.
  2. depth loss will improve the quality.