pytorch3d
pytorch3d copied to clipboard
How to utilize submesh with class 'pytorch3d.renderer.mesh.textures.TexturesUV
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
A submeshes function needs to be implemented for the TexturesUV class. This hasn't been done, but would not be hard.