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
Hi,when i tried to run demo.py in mono branch,an error occured:
Traceback (most recent call last):
File "demo.py", line 30, in
from model.nms.nms_wrapper import nms
File "/home/lcj/code/stereo/mono/lib/model/nms/nms_wrapper.py", line 10, in
from model.nms.nms_gpu import nms_gpu
File "/home/lcj/code/stereo/mono/lib/model/nms/nms_gpu.py", line 4, in
from ._ext import nms
File "/home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/init.py", line 3, in
from ._nms import lib as _lib, ffi as _ffi
ImportError: /home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration
The environment is the same as you provided and "sh make.sh" was successful.Hope you could give me the answer,thanks.
The text was updated successfully, but these errors were encountered:
Hi,when i tried to run demo.py in mono branch,an error occured:
Traceback (most recent call last):
File "demo.py", line 30, in
from model.nms.nms_wrapper import nms
File "/home/lcj/code/stereo/mono/lib/model/nms/nms_wrapper.py", line 10, in
from model.nms.nms_gpu import nms_gpu
File "/home/lcj/code/stereo/mono/lib/model/nms/nms_gpu.py", line 4, in
from ._ext import nms
File "/home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/init.py", line 3, in
from ._nms import lib as _lib, ffi as _ffi
ImportError: /home/lcj/code/stereo/mono/lib/model/nms/_ext/nms/_nms.so: undefined symbol: __cudaPopCallConfiguration
The environment is the same as you provided and "sh make.sh" was successful.Hope you could give me the answer,thanks.
The text was updated successfully, but these errors were encountered: