You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: