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

Mesh Holes Issue #3

Open
muzol132126 opened this issue Dec 17, 2024 · 4 comments
Open

Mesh Holes Issue #3

muzol132126 opened this issue Dec 17, 2024 · 4 comments

Comments

@muzol132126
Copy link

I followed the README for GS training and mesh extraction on DTU scan24. With antialiasing on in GaussianRasterizationSettings, the output mesh has many holes. I checked steps but no luck. Any ideas on what could be wrong?

image

@muzol132126
Copy link
Author

Besides, some face normals of the mesh are flipped, and there are convex hulls forming which make originally open surfaces closed. I suspect it's an issue with extracting mesh from SDF using Marching Cube as I encountered similar problems in the Neural-Pull method too. Any insights or solutions would be much appreciated.

DTU scan40 GS-Pull result and Ground Truth

@wen-yuan-zhang
Copy link
Owner

We shrink the double-layer SDF surfaces inward to the zero iso-surface, so there exists two layers of opposite surfaces on the zero level-set, which is a normal phenomenon. If you enable the "double back-face" option in meshlab, you can see consistent oriented faces.
I'm not quite sure why this issue occurred. Did you use our released dataset and follow all the training steps provided in readme.md?

@muzol132126
Copy link
Author

Thank you for your reply. It has made me aware of the normal flipping issue.
I followed the training steps in the readme. Moreover, I have tried the TSDF fusion method to extract the mesh, but there are still holes.
image

@muzol132126
Copy link
Author

Thank you for your reply. It has made me aware of the normal flipping issue.
I followed the training steps in the readme. Moreover, I have tried the TSDF fusion method to extract the mesh, but there are still holes.
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

2 participants