SmallMunich/nutonomy_pointpillars

run create_data.py error

Shaoqing26 opened this issue · 5 comments

Traceback (most recent call last):
File "/media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/core/non_max_suppression/nms_cpu.py", line 11, in
from second.core.non_max_suppression.nms import (
ImportError: /media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/core/non_max_suppression/nms.so: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "create_data.py", line 12, in
from second.core import box_np_ops
File "/media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/core/box_np_ops.py", line 7, in
from second.core.non_max_suppression.nms_gpu import rotate_iou_gpu_eval
File "/media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/core/non_max_suppression/init.py", line 1, in
from second.core.non_max_suppression.nms_cpu import nms_jit, soft_nms_jit
File "/media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/core/non_max_suppression/nms_cpu.py", line 19, in
cuda=True)
File "/media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/utils/buildtools/pybind11_build.py", line 96, in load_pb11
cmds.append(Nvcc(s, out(s), arch))
File "/media/buaa/MyPassport/Deeplidar/nutonomy_pointpillars/second/utils/buildtools/command.py", line 123, in init
raise ValueError("you must specify arch if use cuda.")
ValueError: you must specify arch if use cuda.

I met this problems when i run create_data.py on Xavier,Can u help me solve this problems?

why use create_data.py in xavier? inference process do not need this file.

why use create_data.py in xavier? inference process do not need this file.

I want test the project Velo and acc on Xavier,but It occor this problem, I contacted you on CSDN,Maybe you dont get the messege

why use create_data.py in xavier? inference process do not need this file.

I am a BUAA sutdent ,May I have your kindly advice? I have send you My Wechat account(12042003) on CSDN,Can I have your number?Its appreciate you can add me later.

why use create_data.py in xavier? inference process do not need this file.

I want test the project Velo and acc on Xavier,but It occor this problem, I contacted you on CSDN,Maybe you dont get the messege

Sorry, I didn't read the blog in time, I have replied to you justly.

why use create_data.py in xavier? inference process do not need this file.

I am a BUAA sutdent ,May I have your kindly advice? I have send you My Wechat account(12042003) on CSDN,Can I have your number?Its appreciate you can add me later.

Have you solved the problem?