Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library not loaded: libcaffe.so.1.0.0-rc3 #21

Open
HamdiHamed1992 opened this issue Mar 26, 2017 · 2 comments
Open

Library not loaded: libcaffe.so.1.0.0-rc3 #21

HamdiHamed1992 opened this issue Mar 26, 2017 · 2 comments

Comments

@HamdiHamed1992
Copy link

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
from fast_rcnn.test import im_detect
File "/Users/hamdihamed/Desktop/py-faster-rcnn/tools/../lib/fast_rcnn/test.py", line 16, in
import caffe
File "/Users/hamdihamed/Desktop/py-faster-rcnn/tools/../caffe-fast-rcnn/python/caffe/init.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver
File "/Users/hamdihamed/Desktop/py-faster-rcnn/tools/../caffe-fast-rcnn/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
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 ??

@fujingling
Copy link

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

@HamdiHamed1992
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants