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

conversion to surface mesh #8

Closed
jordandekraker opened this issue Nov 17, 2021 · 2 comments
Closed

conversion to surface mesh #8

jordandekraker opened this issue Nov 17, 2021 · 2 comments

Comments

@jordandekraker
Copy link

Is there a lossless way to go from normals or other model outputs, for example here

n_est, beta, weights, trans, trans2, neighbors_n_est = model.forward(points)

to a triangulated mesh?

@sitzikbs
Copy link
Owner

Sure. You are looking for a Surface Reconstruction algorithm (which is outside the scope of this repo).
Several methods I recommend looking into:
Poisson surface reconstruction (and screen poison surface reconstruction).
DeepSDF, Occupancy networks, Neural splines, SAL, SALD, IGR.

I personally like SIREN, and their implementation.

I have a current paper on the topic but it is not published yet so the code will be available only after publication.

@jordandekraker
Copy link
Author

Great, thanks for the speedy reply! I'll check these out.

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