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

Plugging MeshUDF into AnchorUDF #2

Open
kampelmuehler opened this issue Jan 19, 2022 · 4 comments
Open

Plugging MeshUDF into AnchorUDF #2

kampelmuehler opened this issue Jan 19, 2022 · 4 comments

Comments

@kampelmuehler
Copy link
Contributor

kampelmuehler commented Jan 19, 2022

Hi!

Have you tried using MeshUDF within other frameworks such as AnchorUDF?

When I evaluate the UDF created by AnchorUDF with MeshUDF I get only a few faces

grafik

I figured this might be due to the filtering by the distance here

filtered_faces = faces[np.max(pred_df_verts[faces], axis=1)[:,0] < voxel_size / 6]

so when disabling this the results already look a lot better

grafik

but there is still a lot of holes in the geometry and also quite some free floating parts

grafik

Do you have ideas of where those issues might be coming from?

@kampelmuehler
Copy link
Contributor Author

PS: I found that this issue also appears when using your provided code with --MC 512.
grafik

@kampelmuehler
Copy link
Contributor Author

I guess that this behavior is what you are addressing in the limitations section of the paper?

@wayying
Copy link

wayying commented Nov 7, 2023

Hi!
"Have you been able to resolve this issue now? I've been working on UDF clothing reconstruction and meshing recently, and I've encountered a similar challenge. Thank you for your assistance."

@kampelmuehler
Copy link
Contributor Author

Hi @wayying
I'm afraid I can't report any success.

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