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

Question about 2D GS #42

Closed
Boris-Cui opened this issue Dec 16, 2024 · 6 comments
Closed

Question about 2D GS #42

Boris-Cui opened this issue Dec 16, 2024 · 6 comments

Comments

@Boris-Cui
Copy link

Boris-Cui commented Dec 16, 2024

Hello, thank you for your work. I would like to try integrating 2D GS into the method you used for 3D GS. However, after the integration, the following issue arises: surface reconstruction can be completed, but there are artifacts resembling light reflections around the surroundings, as shown in the image below. Moreover, this phenomenon intensifies with the increase in the number of iterations. At 500 iterations, it is almost non-existent; at 1000 iterations, a few artifacts start to appear. The following image shows the situation in 3000 iterations.
Could you analyze what might be causing this?

Screenshot from 2024-12-16 06-49-46

@ddenglina
Copy link

I have same question. Have you see mesh file? how about mesh quality?

@Boris-Cui
Copy link
Author

I have same question. Have you see mesh file? how about mesh quality?

I didn't export the mesh. How is your mesh result?

@ddenglina
Copy link

I have same question. Have you see mesh file? how about mesh quality?

I didn't export the mesh. How is your mesh result?

I used 30 images, After instantsplat I got pose and point cloud. Then put them into 2dgs. The mesh is so bad!

@kairunwen
Copy link
Contributor

@Boris-Cui Hi, thank you for your interest! It’s possible that during the early stages of training, the scale of the Gaussian points is relatively small. However, when photometric constraints are insufficient, the Gaussians may elongate along the viewing direction as training progresses (as shown below), thus leading to "artifacts that resemble light reflections around the surrounding areas".

image

Here are three solutions that could work.

@kairunwen
Copy link
Contributor

@ddenglina Hi, could you show us the mesh visualization results so we can analyze them?

@kairunwen
Copy link
Contributor

@ddenglina Hi, you can find the code here: https://github.com/NVlabs/InstantSplat/tree/instantsplat-2dgs. You can run the script bash scripts/run_infer.sh to generate the mesh shown below.

image

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