-
Notifications
You must be signed in to change notification settings - Fork 1.4k
meshes.py fails to import in colab notebooks #29
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
Hi, Is there any solution for this error? |
While we fix the issue in the installation to get unblocked with the colab notebooks, you can use the anaconda cloud package instead of using pip install from github. Set hardware typeIf you want to use a GPU you can change the runtime settings e.g. Install PyTorch3dIn the first cell few cells in the colab notebook run the following steps:
OR Install Anaconda 3.5
We will resolve the issue on master soon. If you still have questions please let us know. |
This is issue now fixed on master so |
Summary: - Old NDC convention had xy coords in [-1,1]x[-1,1] - New NDC convention has xy coords in [-1, 1]x[-u, u] or [-u, u]x[-1, 1] where u > 1 is the aspect ratio of the image. This PR fixes the NDC raysampler to use the new convention. Partial fix for #868 Pull Request resolved: fairinternal/pytorch3d#29 Reviewed By: davnov134 Differential Revision: D31926148 Pulled By: bottler fbshipit-source-id: c6c42c60d1473b04e60ceb49c8c10951ddf03c74
If you do not know the root cause of the problem / bug, and wish someone to help you, please
post according to this template:
🐛 Bugs / Unexpected behaviors
Instructions To Reproduce the Issue:
from pytorch3d.structures import Meshes
Expected behavior:
Cell succeeds
Actual behavior:
Please include the following (depending on what the issue is):
git diff
) or code you wrotePlease also simplify the steps as much as possible so they do not require additional resources to
run, such as a private dataset.
The text was updated successfully, but these errors were encountered: