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

Could not import _ext module #31

Open
yangaonidaye123 opened this issue Sep 21, 2024 · 0 comments
Open

Could not import _ext module #31

yangaonidaye123 opened this issue Sep 21, 2024 · 0 comments

Comments

@yangaonidaye123
Copy link

I just follow the insructions for pointnet++ installment,but there is a problem:Traceback (most recent call last):
File "scripts/train.py", line 21, in
from models.refnet import RefNet
File "/root/temp/ScanRefer/models/refnet.py", line 8, in
from models.backbone_module import Pointnet2Backbone
File "/root/temp/ScanRefer/models/backbone_module.py", line 9, in
from lib.pointnet2.pointnet2_modules import PointnetSAModuleVotes, PointnetFPModule
File "/root/temp/ScanRefer/lib/pointnet2/pointnet2_modules.py", line 21, in
import pointnet2_utils
File "/root/temp/ScanRefer/lib/pointnet2/pointnet2_utils.py", line 29, in
raise ImportError(
ImportError: Could not import _ext module.
Please see the setup instructions in the README: https://github.com/erikwijmans/Pointnet2_PyTorch/blob/master/README.rst

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