You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with VoteNet, that was originally trained on Ubuntu.
I would like to implement on Colab.
VoteNet involves Pointnet2 code.
The Error im facing is:
File "/content/drive/MyDrive/project/votenet/pointnet2/pointnet2_utils.py", line 30, in
"Could not import _ext module.\n"
ImportError: Could not import _ext module.
Has anyone trained the model on Colab, if yes,
what are the requirements for the model training?
Please help if you know the solution.
Thank you.
The text was updated successfully, but these errors were encountered:
I am working with VoteNet, that was originally trained on Ubuntu.
I would like to implement on Colab.
VoteNet involves Pointnet2 code.
The Error im facing is:
File "/content/drive/MyDrive/project/votenet/pointnet2/pointnet2_utils.py", line 30, in
"Could not import _ext module.\n"
ImportError: Could not import _ext module.
Has anyone trained the model on Colab, if yes,
what are the requirements for the model training?
Please help if you know the solution.
Thank you.
The text was updated successfully, but these errors were encountered: