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

How to save gaussian splatting #35

Open
shojint opened this issue Dec 4, 2024 · 0 comments
Open

How to save gaussian splatting #35

shojint opened this issue Dec 4, 2024 · 0 comments

Comments

@shojint
Copy link

shojint commented Dec 4, 2024

#6 (comment) suggested that we can use https://github.com/donydchen/mvsplat/blob/main/src/paper/generate_point_cloud_figure_mvsplat.py to visualize 3D Gaussians. How can I do that?

Also #6 (comment) has mentioned that we can use export_ply function to export ply.

def export_ply(

However, function export_ply is only called by function visualize
Which is only called during validation.
for k, image in self.encoder_visualizer.visualize(

How can I export the gaussian during testing? Thank you.

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

1 participant