-
Notifications
You must be signed in to change notification settings - Fork 64
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
Interactive Viewer #15
Comments
Can I use the viewer from original gaussian splatting repository? |
(1) Follow VanillaGS repo's instruction: https://github.com/graphdeco-inria/gaussian-splatting?tab=readme-ov-file#interactive-viewers |
This is great work and I am very interested. However, when I view PointCloud.ply in a 3D viewer such as SIBR Viewer or SuperSplat, some of the scenes are broken. Is there any way to resolve this issue? |
I am experiencing the same issue. The outputted I had already changed line 154 of |
Hi,@nirmalsnair Can you help me analyze the cause of the problem? I trained on 38 images extracted from a video I shot myself, and the final outputed video looks good, But It's strange, why do I open point_cloud.ply with supersplat and see the effect like this? |
@crmlei Hi, You should click the button in the red box ⬇️ |
@nirmalsnair Hi, maybe you can try to visualize it with nerf_viewers, or Viser, or SIBR_viewers of 3D-GS. |
@kairunwen Thank you for the suggestion. I tried viewing the data using Viser (via |
@nirmalsnair Hi, you could try increasing the number of training iterations here: https://github.com/NVlabs/InstantSplat/blob/main/scripts/run_infer.sh#L19. |
Hi @kairunwen, thank you for the suggestion. I tried increasing the iterations from 1,000 to 10,000 and 30,000. While the PSNR improved significantly—from 33.23 at 1,000 iterations to 42.02 at 7,000 iterations, and further to 44.91 at 30,000 iterations—the visual quality noticeably degraded rather than improving. The run log is attached below. Any idea what might be causing this issue? Run log for 30,000 iterations(instantsplat) nirmal@Raider:~/Documents/InstantSplat$ bash scripts/run_train_infer.sh
1,000 iterations10,000 iterations30,000 iterations |
@nirmalsnair Hi, we have updated the code with the preprint accordingly. You can first run the script |
Thanks, @kairunwen! The updated code resolves the issue, and the splat now looks significantly better. |
Have you figured out why there's such a big discrapency between rendered video and actual splats? They were generated under the same number of iterations and setting etc., what was the cause? |
@pengcanon I'm not sure what’s causing the issue since I haven’t had a chance to review the code, but the update resolves it. |
How can i use interactive viewer to show final ply file?
Thank you for any tips
The text was updated successfully, but these errors were encountered: