-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Can't import MeshRendererWithFragments #1098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, indeed. This class is not exported at higher levels. You can use it with
|
So this is intentional? |
I don't know and it can be made more available. Thanks for drawing attention to this. It shouldn't be block you, right? |
Correct, it's not blocking me. I just assumed it was an oversight and should be fixed. If that's not the case, we can close the issue. |
Feel free to submit a pull request. And thank you for bringing it up! |
Summary: As noticed in #1098 , it would be useful to make this more available. Reviewed By: nikhilaravi Differential Revision: D34752526 fbshipit-source-id: 5a127bd557a0cd626f36bf194f22bc0a0a6a2436
🐛 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
The text was updated successfully, but these errors were encountered: