longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

demo error #75

Closed Anears closed 5 years ago

Anears commented 6 years ago

Hi :D I followed the README to try to run the demo. There was no problem up to '3' but I got the following error in '4'. What should I do?

Traceback (most recent call last): File "demo.py", line 4, in from faster_rcnn.faster_rcnn import FasterRCNN File "/home/anears/Desktop/test/faster_rcnn_pytorch/faster_rcnn/faster_rcnn.py", line 10, in from faster_rcnn.fast_rcnn.nms_wrapper import nms File "/home/anears/Desktop/test/faster_rcnn_pytorch/faster_rcnn/fast_rcnn/init.py", line 9, in from . import nms_wrapper File "/home/anears/Desktop/test/faster_rcnn_pytorch/faster_rcnn/fast_rcnn/nms_wrapper.py", line 9, in from faster_rcnn.nms.gpu_nms import gpu_nms ImportError: /home/anears/Desktop/test/faster_rcnn_pytorch/faster_rcnn/nms/gpu_nms.cpython-36m-x86_64-linux-gnu.so: undefined symbol: __cudaPopCallConfiguration

What is cudaPopCallConfiguration..?? Thank!

jaykky01 commented 5 years ago

hi: i have meet this prolem.Did you resolve it? please tell me the way to resolve the problem.

Anears commented 5 years ago

hi: i have meet this prolem.Did you resolve it? please tell me the way to resolve the problem.

Hi :D I tried with another computer and it succeeded. I think it's a version issue. I want to tell you my computer environment(eg CUDA version) at that time, but I can not tell because I formatted my computer. sorry. I hope you solve this problem. thank.

chuong98 commented 5 years ago

I have the same problem, and my computer uses AMD threadripper. I am not sure if it is the problem?