pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

How to utilize submesh with class 'pytorch3d.renderer.mesh.textures.TexturesUV

Open xz-123-new opened this issue 10 months ago • 1 comments

When i utilize submesh =mesh.submeshes(obj_face_idxs[None, None]) to generate submesh, the error occcurs as follow: Exception has occurred: NotImplementedError <class 'pytorch3d.renderer.mesh.textures.TexturesUV'> does not support submeshes

i wonder what can i do to fix itto generate a submesh from this class

xz-123-new avatar Oct 18 '23 02:10 xz-123-new

A submeshes function needs to be implemented for the TexturesUV class. This hasn't been done, but would not be hard.

bottler avatar Oct 24 '23 15:10 bottler