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 get the Gaussian visualization in the demo? #6

Closed
yifliu3 opened this issue Oct 21, 2024 · 5 comments
Closed

How to get the Gaussian visualization in the demo? #6

yifliu3 opened this issue Oct 21, 2024 · 5 comments

Comments

@yifliu3
Copy link

yifliu3 commented Oct 21, 2024

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?

@LiHaodong0217
Copy link

you can use any viewer to visualize 3dgs render result which support to render 3dgs.
maybe you can try it:https://jatentaki.github.io/assets/gaussianviewer/index.html

@CanCanZeng
Copy link

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)?

@LiHaodong0217
Copy link

so you need to find a function about "save_ply" like "save_ply(scene,'gf.ply')"
then feed the "xx.ply" to application like SuperSplat(https://playcanvas.com/supersplat/editor)

@haofeixu
Copy link
Member

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.
It would take a bit of time for me to clean my code due to the project deadlines, thank you for your patience.

@CanCanZeng
Copy link

I found an export_ply function, but it requires inputs of scales and rotations, and depthsplat only outputs covariance in the Gaussians class. I couldn't find a function that converts covariance to scales and rotations. Why predict covariance directly instead of scales and rotations?

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

4 participants