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
Traceback (most recent call last):
File "train.py", line 19, in
from second.builder import target_assigner_builder, voxel_builder
File "/home/codes/deeplearn/3d/3D-CVF/second/builder/target_assigner_builder.py", line 3, in
from second.core.target_assigner import TargetAssigner
File "/home/codes/deeplearn/3d/3D-CVF/second/core/target_assigner.py", line 1, in
from second.core import box_np_ops
File "/home/codes/deeplearn/3d/3D-CVF/second/core/box_np_ops.py", line 5, in
from second.core.non_max_suppression.nms_gpu import rotate_iou_gpu_eval
File "/home/codes/deeplearn/3d/3D-CVF/second/core/non_max_suppression/init.py", line 2, in
from second.core.non_max_suppression.nms_gpu import (nms_gpu, rotate_iou_gpu,
File "/home/codes/deeplearn/3d/3D-CVF/second/core/non_max_suppression/nms_gpu.py", line 11, in
import iou3d_nms_cuda
ModuleNotFoundError: No module named 'iou3d_nms_cuda'
I use the envirment "docker pull yckimm/second:second_v1.5", and get this error.
could you fix it
The text was updated successfully, but these errors were encountered:
Launching this repo requires additional installation not mentioned in the instructions.
For this issue you need to install OpenPCDet and follow the INSTALL.md instructions.
Then you need to change line 10 of second/core/non_max_suppression/nms_gpu.py with the path relative to your OpenPCDet installation : sys.path.append('/<your path to OpenPCDet parent directory>/PCDet/pcdet/ops/iou3d_nms')
Hi, have you faced the problem from spconv.utils import rbbox_iou, rbbox_iou_loss ImportError: cannot import name 'rbbox_iou_loss' ?
Could you tell me which spconv version you used? I have tried all the spconv various, but none of them applys 'rbbox_iou_loss'.
Traceback (most recent call last):
File "train.py", line 19, in
from second.builder import target_assigner_builder, voxel_builder
File "/home/codes/deeplearn/3d/3D-CVF/second/builder/target_assigner_builder.py", line 3, in
from second.core.target_assigner import TargetAssigner
File "/home/codes/deeplearn/3d/3D-CVF/second/core/target_assigner.py", line 1, in
from second.core import box_np_ops
File "/home/codes/deeplearn/3d/3D-CVF/second/core/box_np_ops.py", line 5, in
from second.core.non_max_suppression.nms_gpu import rotate_iou_gpu_eval
File "/home/codes/deeplearn/3d/3D-CVF/second/core/non_max_suppression/init.py", line 2, in
from second.core.non_max_suppression.nms_gpu import (nms_gpu, rotate_iou_gpu,
File "/home/codes/deeplearn/3d/3D-CVF/second/core/non_max_suppression/nms_gpu.py", line 11, in
import iou3d_nms_cuda
ModuleNotFoundError: No module named 'iou3d_nms_cuda'
I use the envirment "docker pull yckimm/second:second_v1.5", and get this error.
could you fix it
The text was updated successfully, but these errors were encountered: