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

ModuleNotFoundError: No module named 'iou3d_cuda' #137

Open
gggg231 opened this issue Dec 3, 2019 · 3 comments
Open

ModuleNotFoundError: No module named 'iou3d_cuda' #137

gggg231 opened this issue Dec 3, 2019 · 3 comments

Comments

@gggg231
Copy link

gggg231 commented Dec 3, 2019

Quick demo
python eval_rcnn.py --cfg_file cfgs/default.yaml --ckpt PointRCNN.pth --batch_size 1 --eval_mode rcnn --set RPN.LOC_XZ_FINE False

=>

Traceback (most recent call last):
File "eval_rcnn.py", line 7, in
from lib.net.point_rcnn import PointRCNN

import iou3d_cuda

ModuleNotFoundError: No module named 'iou3d_cuda'

@seboz123
Copy link

You have to run the build_and_install.sh script beforehand!

@gehadza
Copy link

gehadza commented Jan 15, 2023

How to run build_and_install.sh script in windows

@Hyperjunct
Copy link

How to run build_and_install.sh script in windows

Have you handle this problem?

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

4 participants