there is no _caffe.so after make pycaffe
See original GitHub issuehi,
When I
make all
make test
make pycaffe
there is no _caffe.so
in caffe-dilation/python/caffe
and I try the predict.py
there is an error
ImportError: libcaffe.so.1.0.0-rc3: cannot open shared object file: No such file or directory
I have already added the build_master/python
into my PYTHONPATH
Does anyone know how to solve this problem?
Cheers, Mao
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Error while running "make pycaffe" · Issue #5507 · BVLC/caffe
Doing so interferes with the development of Caffe. ... When I try to run "make pycaffe", I got the following error:.
Read more >caffe installation stuck at make pycaffe - python - Stack Overflow
I just solved the issue and it seem that it was a memory overflow issue (I increased the RAM and it worked fine)...
Read more >Installation - Caffe
When updating Caffe, it's best to make clean before re-compiling. Prerequisites. Caffe has several dependencies: CUDA is required for GPU mode. library version ......
Read more >Error using "make pycaffe" - Google Groups
When I try to run "make pycaffe", I got the following error: ... Makefile:507: recipe for target 'python/caffe/_caffe.so' failed make: ... Did you...
Read more >Install Caffe on Ubuntu 18.04 with OpenCV 4.4 - Q-engineering
This makes live later on easier. Next, make a directory where all the build files are located. $ mv ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
solve!! I do this
export LD_LIBRARY_PATH={CAFFE-DILATION_DIR}/build_master/lib:${LD_LIBRARY_PATH}
but i have another question about the image list the images in the image list are original or they are padded to 900*900? or i should do anything else to the images?
thanks to your reply!
yes, but when I copy
_caffe.so
tocaffe-dilation/python/caffe
the errror isImportError: libcaffe.so.1.0.0-rc3: cannot open shared object file: No such file or directory
if i don’t copy
_caffe.so
tocaffe-dilation/python/caffe
the error isImportError: no module named _caffe