You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, thanks for releasing the codes for this amazing work.
A little simple question here: I noticed that in
save_ply
method of yourGaussianRenderer
class, there is a parametercompatible
. When this is set to beTrue
(and by default it does), it applied some "inverse activation" onscale
,opacity
andshs
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.
The text was updated successfully, but these errors were encountered: