Skip to content
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

PointConv class is not found in the torch_geometric.nn module #28

Open
Abrahm1234 opened this issue Aug 3, 2023 · 1 comment
Open

Comments

@Abrahm1234
Copy link

I am having trouble with the brignet add-on for Blender. The error message suggests that the PointConv class is not found in the torch_geometric.nn module. it’s possible that the brignet add-on specifically requires the PointConv class, which is not available in the torch_geometric.nn module. I've tryed to check the documentation or requirements of the brignet add-on to see if it specifies a particular version of torch-geometric or a different class that should be used instead of PointConv? Using cuda 11.8, Pytorch 2.0.0, Blender 3.0, Python 3.10?

@Abrahm1234
Copy link
Author

After further investigation I found by looking on the original
repository https://github.com/zhan-xu/RigNet#training that pip install torch-geometric==1.7.2 i s required which solved my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant