Replies: 1 comment
-
There is no generic functionality to achieve this in PyTorch3D, although one could leverage the existing mesh clipping for specific cases (removing part lying outside of specific bounding planes). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to remove certain vertices from a mesh that I have obtained through an .obj file?
For instance following this tutorial: https://colab.research.google.com/github/facebookresearch/pytorch3d/blob/stable/docs/tutorials/render_textured_meshes.ipynb#scrollTo=CNndFZxPyjdr
How can I remove some parts of the cow?
Beta Was this translation helpful? Give feedback.
All reactions