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

About pointnet 2 #21

Open
suetme opened this issue Nov 8, 2022 · 1 comment
Open

About pointnet 2 #21

suetme opened this issue Nov 8, 2022 · 1 comment

Comments

@suetme
Copy link

suetme commented Nov 8, 2022

After I successfully compiled pointnet2 and installed the dependencies required by the project, this problem:
Traceback (most recent call last):
File "train_view_toy.py", line 1, in
from pointnet2 import pointnet2_utils as pn2_utils
File "/home/suetme/NeuralPoints-main/model/conpu_v6/pointnet2/pointnet2_utils.py", line 7, in
import pointnet2_cuda as pointnet2
ImportError: /home/suetme/miniconda3/envs/NePs/lib/python3.8/site-packages/pointnet2-0.0.0-py3.8-linux-x86_64.egg/pointnet2_cuda.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationESs
occurred when executing the train_script101_test.py. I think it may be caused by the mismatch of GCC compilation.So you can tell me the specific environment you use?

@suetme
Copy link
Author

suetme commented Nov 8, 2022

My usage environment is: GCC 7.5.0, ubuntu18.04, cuda10.02, pythoch1.6, torchvision0.7.0. cudatoolkit10.2,torch-geometric2.1.0.post1

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