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

ImportError: cannot import name 'iou3d_nms_cuda' from 'pcdet.ops.iou3d_nms' (unknown location) #12

Closed
bhargav-inthezone opened this issue Jul 14, 2021 · 1 comment

Comments

@bhargav-inthezone
Copy link

When I ran python /content/CenterPoint-KITTI-main/tools/train.py --cfg_file ${CONFIG_FILE} , I'm getting this error

Traceback (most recent call last):
File "/content/CenterPoint-KITTI-main/tools/train.py", line 11, in
from test import repeat_eval_ckpt
File "/content/CenterPoint-KITTI-main/tools/test.py", line 13, in
from eval_utils import eval_utils
File "/content/CenterPoint-KITTI-main/tools/eval_utils/eval_utils.py", line 7, in
from pcdet.models import load_data_to_gpu
File "/content/CenterPoint-KITTI-main/pcdet/models/init.py", line 6, in
from .detectors import build_detector
File "/content/CenterPoint-KITTI-main/pcdet/models/detectors/init.py", line 1, in
from .detector3d_template import Detector3DTemplate
File "/content/CenterPoint-KITTI-main/pcdet/models/detectors/detector3d_template.py", line 6, in
from ...ops.iou3d_nms import iou3d_nms_utils
File "/content/CenterPoint-KITTI-main/pcdet/ops/iou3d_nms/iou3d_nms_utils.py", line 9, in
from . import iou3d_nms_cuda
ImportError: cannot import name 'iou3d_nms_cuda' from 'pcdet.ops.iou3d_nms' (unknown location)
[22]

@tianweiy
Copy link
Owner

see #10

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