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

Output folder content like gaussian_splatting operation #2

Open
ozgurozkan123 opened this issue Jan 29, 2025 · 1 comment
Open

Output folder content like gaussian_splatting operation #2

ozgurozkan123 opened this issue Jan 29, 2025 · 1 comment

Comments

@ozgurozkan123
Copy link

Hello when I run train.py on gaussian_splatting paper it outputs this:

Image

But 3dgs outputs this
Image

I could compare using the test folder of individual image performance. That's great but how do I actually compare the output with the gaussian_splatting paper?

I am using SIBR_Viewer and I would love to get the result of your paper on it that would be great!

@jibo27
Copy link
Owner

jibo27 commented Jan 30, 2025

Hi,

We haven't implemented this function yet. I checked the gaussian_splatting code, and it calls save_ply in __init__.py to save the models.

Since the format for saving 3D Gaussians is the same, it shouldn't be too difficult to modify the code and integrate it into ours. You can have a look at their codes, or if you prefer, wait until I finish my holiday and have time to look into it. Thanks!

Best Regards,
Ji Bo

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