-
Notifications
You must be signed in to change notification settings - Fork 27
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 get the Gaussian visualization in the demo? #6
Comments
you can use any viewer to visualize 3dgs render result which support to render 3dgs. |
Hi @LiHaodong0217 @yifliu3 , I also interested in this project and I'd like to ask how to save the gaussians in gaussian_splatting format (ply point cloud file)? |
so you need to find a function about "save_ply" like "save_ply(scene,'gf.ply')" |
Hi, you can try to use this code https://github.com/donydchen/mvsplat/blob/main/src/paper/generate_point_cloud_figure_mvsplat.py to visualize the 3D Gaussians. |
I found an |
Hi! The demo results are truly remarkable, and I was thoroughly impressed by the quality of the reconstructions.
I'm particularly interested in the 3D Gaussian primitives used in your method. Is there a way to visualize these reconstructed Gaussians?
The text was updated successfully, but these errors were encountered: