3DTopia / LGM

[ECCV 2024 Oral] LGM: Large Multi-View Gaussian Model for High-Resolution 3D Content Creation.
https://me.kiui.moe/lgm/
MIT License
1.71k stars 118 forks source link

Question about "compatible" #71

Open supertan0204 opened 3 months ago

supertan0204 commented 3 months ago

Hi, thanks for releasing the codes for this amazing work.

A little simple question here: I noticed that in save_ply method of your GaussianRenderer class, there is a parameter compatible. When this is set to be True (and by default it does), it applied some "inverse activation" on scale, opacity and shs on Gaussians.

May I ask what is the purpose of this parameter? I didn't see you apply those "inverse activation" when you render a 3dgs scene in your codes, so why do you need to apply those changes when you specifically want to save to a .ply file?

Thanks a lot for your time.