waczjoan / gaussian-mesh-splatting

Other
274 stars 12 forks source link

Is GaussianMeshModel optimize initial input mesh? #13

Closed ggxxii closed 2 months ago

ggxxii commented 2 months ago

Hi,

I've been diving into your code on the model and noticed the vertices of the input model are sent to parameters but not used in the density and prune process. So I'm wondering for ordinary mesh, will GaMeS optimize both input mesh and assigned gaussian points?

Mike001-wq commented 1 week ago

I wonder, too

waczjoan commented 1 week ago

There is an option that our model optimize initial mesh. It was used when initial mesh is not perfect. In that case model can change vertices positions, and of course Gaussians positions, but it won't change number of faces, or neither number of Gaussians.

Mike001-wq commented 1 week ago

There is an option that our model optimize initial mesh. It was used when initial mesh is not perfect. In that case model can change vertices positions, and of course Gaussians positions, but it won't change number of faces, or neither number of Gaussians.

Which option can prevent the initial mesh from being optimized?