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

.\roi_pooling.so not found #332

Open
meAZZEDDINE opened this issue Mar 20, 2019 · 1 comment
Open

.\roi_pooling.so not found #332

meAZZEDDINE opened this issue Mar 20, 2019 · 1 comment

Comments

@meAZZEDDINE
Copy link

Hi. when I run the command: python test.py -n export/model -i chat.jpg -o chat2
.jpg, it occures the error as follows:
Traceback (most recent call last):
File "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxEngine\ROIPooling\ROIPoolingWrapper.py", line 21, in

roiPoolingModule = tf.load_op_library("BoxEngine/ROIPooling/roi_pooling.so")

File "D:\anaconda\envs\azzeddine4\lib\site-packages\tensorflow\python\framewor
k\load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: BoxEngine\ROIPooling\roi_
pooling.so not found

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 "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxInceptionResnet.py", line 23, in
from BoxEngine.BoxNetwork import BoxNetwork
File "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxEngine_init_.py", line 1, in
from BoxEngine.BoxNetwork import *
File "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxEngine\BoxNetwork.py", line 17, in
from BoxEngine.BoxRefinementNetwork import BoxRefinementNetwork
File "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxEngine\BoxRefinementNetwork.py", line 19, in

from BoxEngine.ROIPooling import positionSensitiveRoiPooling

File "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxEngine\ROIPooling_init_.py", line 2, in
from .ROIPoolingWrapper import *
File "G:\Users\Azzeddine\Downloads\python-jquery\objet_detect4\Nouveau dossier
\RFCN-tensorflow-master\BoxEngine\ROIPooling\ROIPoolingWrapper.py", line 23, in

roiPoolingModule = tf.load_op_library("./roi_pooling.so")
File "D:\anaconda\envs\azzeddine4\lib\site-packages\tensorflow\python\framewor
k\load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: .\roi_pooling.so not foun
d
Python: 3.7
Tensorflow: 1.13.1
GPU: AMD R5 M230
Windows 7 64bit
CPU: Intel i5 4210u 1.70Ghz
Thanks for your helps

@lijf138
Copy link

lijf138 commented Jun 22, 2020

python 3.5

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