XPandora / PhysGaussian

[CVPR 2024 Highlight] PhysGaussian: Physics-Integrated 3D Gaussians for Generative Dynamics
998 stars 40 forks source link

About anisotropy regularizer #18

Open xherdan76 opened 5 months ago

xherdan76 commented 5 months ago

Hi, Thank you for your great work! I am interested in your work and have a few questions about the anisotropy regularizer in Section 3.8 of the paper. Is it implemented in the released code? Is it applied only during the reconstruction of the static scene using 3D Gaussian Splatting? What are the suggestions for the hyperparameter r used in this loss? Thank you!

Best

XPandora commented 5 months ago

Hi,

Thanks for your interest! The anisotropy regularizer is currently not included in this repo. Yes, it's only applied during the static scene reconstruction and it's optional. Our experiment results suggest r=3 or 4 works well generally.

Best, Tianyi