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

[Temp fix applied] chamfer_loss not computing correct gradient (For TriMesh) #38

Open
nirmal-suthar opened this issue Oct 7, 2020 · 0 comments

Comments

@nirmal-suthar
Copy link
Contributor

nirmal-suthar commented Oct 7, 2020

chamfer_loss uses verts_padded representation for computing distance, need workaround to make verts_packed representation of trimesh visible to Zygote.

EDIT: use custom adjoint for computing gradient for verts_packed

nirmal-suthar added a commit that referenced this issue Oct 7, 2020
@nirmal-suthar nirmal-suthar changed the title Chamfer_loss not computing correct gradient (For TriMesh) chamfer_loss not computing correct gradient (For TriMesh) Oct 9, 2020
@nirmal-suthar nirmal-suthar changed the title chamfer_loss not computing correct gradient (For TriMesh) [Temp fix applied] chamfer_loss not computing correct gradient (For TriMesh) Feb 4, 2021
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

1 participant