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

bugs #6

Closed
cuge1995 opened this issue Jun 14, 2020 · 2 comments
Closed

bugs #6

cuge1995 opened this issue Jun 14, 2020 · 2 comments

Comments

@cuge1995
Copy link

File "utils/pointnet2_utils.py", line 11, in
from _ext import pointnet2
File "utils/_ext/pointnet2/init.py", line 3, in
from ._pointnet2 import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named '_ext.pointnet2._pointnet2'

when run ' CUDA_VISIBLE_DEVICES=0 python tools/prepare_modelnet.py '

my torch version is 0.4.1, python 3.6

@raoyongming
Copy link
Owner

I think you should first follow the step Building C++/CUDA Extensions for PointNet++ to prepare the extensions. Since the C++/CUDA extension is adopted from RS-CNN, you can also refer to this issue.

@cuge1995
Copy link
Author

Thanks, this bug has been solved.

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

2 participants