fast-rcnn icon indicating copy to clipboard operation
fast-rcnn copied to clipboard

run the demo.py

Open optimus1009 opened this issue 9 years ago • 2 comments

Got this error, what should i do ,any suggestion would be much appreciated

THANK YOU!!

ImportError: /usr/local/lib/libopencv_gpu.so.2.4: undefined symbol: _ZN2cv3gpu5setToERNS0_6GpuMatENS_7Scalar_IdEERKS1_P11CUstream_st

optimus1009 avatar Dec 14 '15 09:12 optimus1009

I had the same error. If you just installed your Opencv library, try to update the paths with:

ldconfig

roleiland avatar Jan 29 '16 13:01 roleiland

I have the same problem. First, I compile and install OpenCV into my home directory (for lack of root privilege); Then, add LD_LIBRARY_PATH environment variable into my ~/.bash_profile, set it's value to OpenCV's lib directory; Finally, execute "source ~/.bash_profile" command to enable the update. The problem solved.

shengwu-asu avatar May 20 '16 04:05 shengwu-asu