caffe-fast-rcnn
caffe-fast-rcnn copied to clipboard
Library not loaded: libcaffe.so.1.0.0-rc3
i am under mac os 10.12.3 Sierra .
when i run : hamdihamed$ python /Users/hamdihamed/Desktop/py-faster-rcnn/tools/demo.py
i get this error
Traceback (most recent call last):
File "/Users/hamdihamed/Desktop/py-faster-rcnn/tools/demo.py", line 18, in
ImportError: dlopen(/Users/hamdihamed/Desktop/py-faster-rcnn/tools/../caffe-fast-rcnn/python/caffe/_caffe.so, 2): Library not loaded: libcaffe.so.1.0.0-rc3
Referenced from: /Users/hamdihamed/Desktop/py-faster-rcnn/caffe-fast-rcnn/python/caffe/_caffe.so
Reason: image not found
any help ??
Hi! did you solve this problem? I get the same error with you, if you solved it, can you tell me how did you do?Thank you very much
try to make pycaffe and install all the missing python libraries (pip install "library_name"). PS: you wont be able to train faster rcnn on CPU , unfortunately.