You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ??
The text was updated successfully, but these errors were encountered:
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.
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 ??
The text was updated successfully, but these errors were encountered: