shihenw / convolutional-pose-machines-release

Code repository for Convolutional Pose Machines, CVPR'16
Other
879 stars 341 forks source link

Error running CPM_demo.m #17

Open behzadhsni opened 8 years ago

behzadhsni commented 8 years ago

Hi,

I wanted to run the test section of the code. After setting up the pycaffe and mat caffe, I ran the "CPM_demo.m" file but in executing the line "param = config();" i get the following error:

Invalid MEX-file '[path-to-caffe]/matlab/+caffe/private/caffe_.mexa64': libcudart.so.7.0: cannot open shared object file: No such file or directory

Error in caffe.resetall (line 5) caffe('reset');

Error in config (line 32) caffe.reset_all();

The stated address exists and I don't know what the problem is and how to solve it.

I would appreciate it if someone could help me..

shihenw commented 8 years ago

Can you check if your environment variables PATH and LD_LIBRARY to CUDA are correctly set?