## 🐛 Bugs / Unexpected behaviors Can't import MeshRendererWithFragments ## Instructions To Reproduce the Issue: from pytorch3d.renderer import MeshRendererWithFragments Error message: ImportError: cannot import name 'MeshRendererWithFragments' from 'pytorch3d.renderer.mesh' This patch fixed the issue for me: [MeshRendererWithFragments.txt](https://github.com/facebookresearch/pytorch3d/files/8162762/MeshRendererWithFragments.txt)