Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering

Home Page:https://anttwo.github.io/sugar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

initialize_from_trained_3dgs setting

auindoeee opened this issue · comments

why initialize_from_trained_3dgs=True in coarse_density.py/coarse_sdf.py but initialize_from_trained_3dgs=False in refine.py?Whether the point cloud results using SfM point cloud instead of 3DGS results during the refine phase affect the effect of the refined_sugar_model?
Thanks for great work!