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

cannot open shared object file #39

Open
VellalaVineethKumar opened this issue Oct 29, 2018 · 3 comments
Open

cannot open shared object file #39

VellalaVineethKumar opened this issue Oct 29, 2018 · 3 comments

Comments

@VellalaVineethKumar
Copy link

Traceback (most recent call last):
File "/home/vvk/Music/RFCN-tensorflow-master/BoxEngine/ROIPooling/ROIPoolingWrapper.py", line 21, in
roiPoolingModule = tf.load_op_library("BoxEngine/ROIPooling/roi_pooling.so")
File "/home/vvk/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 58, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename, status)
File "/home/vvk/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 516, in exit
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.NotFoundError: BoxEngine/ROIPooling/roi_pooling.so: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "test.py", line 24, in
from BoxInceptionResnet import BoxInceptionResnet
File "/home/vvk/Music/RFCN-tensorflow-master/BoxInceptionResnet.py", line 23, in
from BoxEngine.BoxNetwork import BoxNetwork
File "/home/vvk/Music/RFCN-tensorflow-master/BoxEngine/init.py", line 1, in
from BoxEngine.BoxNetwork import *
File "/home/vvk/Music/RFCN-tensorflow-master/BoxEngine/BoxNetwork.py", line 17, in
from BoxEngine.BoxRefinementNetwork import BoxRefinementNetwork
File "/home/vvk/Music/RFCN-tensorflow-master/BoxEngine/BoxRefinementNetwork.py", line 19, in
from BoxEngine.ROIPooling import positionSensitiveRoiPooling
File "/home/vvk/Music/RFCN-tensorflow-master/BoxEngine/ROIPooling/init.py", line 2, in
from .ROIPoolingWrapper import *
File "/home/vvk/Music/RFCN-tensorflow-master/BoxEngine/ROIPooling/ROIPoolingWrapper.py", line 23, in
roiPoolingModule = tf.load_op_library("./roi_pooling.so")
File "/home/vvk/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 58, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename, status)
File "/home/vvk/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 516, in exit
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.NotFoundError: ./roi_pooling.so: cannot open shared object file: No such file or directory

@n0obcoder
Copy link

somebody pls reply.

@BlueWings8
Copy link

have fixe it? when I run the test.py has the same error and I have use USE_OLD_EABI=0 make

@L0ittle
Copy link

L0ittle commented Nov 25, 2019

You can try to change the version of Tensorflow, I have fixed it when my tensorflow == 1.8.0

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

4 participants