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
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