Open ccxi1008 opened 9 months ago
Hi,I'm wondering which files or part have took part in the initializatiob of 3D Gaussians(point clouds) and the logic to use them,I want to use this part only and futher update the 3D Gaussian using my own method.Thanks!
Hi! Look this.https://github.com/hustvl/GaussianDreamer/blob/0005b2e87b0605f11579efac0813a7e3bbb28952/threestudio/systems/GaussianDreamer.py#L209
Hi! Look this. https://github.com/hustvl/GaussianDreamer/blob/0005b2e87b0605f11579efac0813a7e3bbb28952/threestudio/systems/GaussianDreamer.py#L209
Hi! Look this.
https://github.com/hustvl/GaussianDreamer/blob/0005b2e87b0605f11579efac0813a7e3bbb28952/threestudio/systems/GaussianDreamer.py#L209
Thanks! I'm also wondering what's the meaning of this code,which use latents[0] instead of latents in the origin shap-e code.Why use the index 0?
Hi,I'm wondering which files or part have took part in the initializatiob of 3D Gaussians(point clouds) and the logic to use them,I want to use this part only and futher update the 3D Gaussian using my own method.Thanks!