Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about gaussian model output #5

Open
Iheckzza opened this issue Aug 8, 2024 · 1 comment
Open

Question about gaussian model output #5

Iheckzza opened this issue Aug 8, 2024 · 1 comment

Comments

@Iheckzza
Copy link

Iheckzza commented Aug 8, 2024

Hello!
Thank you for your great work
How to output the trained gaussian model? I found that the means3D.ply only contained the 'xyz' param , no shs or scale opacoties params stored.

@Loping151
Copy link
Owner

I'm so sorry for the late reply. Somehow I didn't receive an email for this...

In fact, all the params are stored in the .npz file:

    save_params(params, output_dir) # this would save npz
    save_means3D(params['means3D'], output_dir) # this ply only contains means3D

I couldn't remember why did I save the means3D separately. Maybe for debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants