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
Because I am working on a public computer node, and have some difficulties of running python setup install,
running install_lib
creating /tmp/lib/python2.7/site-packages/roi_pooling
error: could not create '/tmp/lib/python2.7/site-packages/roi_pooling': Permission denied
As a result, when running the test code like from roi_pooling.roi_pooling_ops import roi_pooling, it causes the following error message
Traceback (most recent call last):
File "test_run.py", line 7, in <module>
from roi_pooling.roi_pooling_ops import roi_pooling
File "/home/DL-Phase3/roi-pooling-master/roi_pooling/roi_pooling_ops.py", line 8, in <module>
roi_pooling_module = tf.load_op_library(lib_path)
File "/tmp/lib/python2.7/site-packages/tensorflow/python/framework/load_library.py", line 64, in load_op_library
None, None, error_msg, error_code)
tensorflow.python.framework.errors_impl.NotFoundError: /home/DL-Phase3/roi-pooling-master/roi_pooling/roi_pooling.so: cannot open shared object file: No such file or directory
Are there any workaround? Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for sharing the code.
Because I am working on a public computer node, and have some difficulties of running
python setup install
,As a result, when running the test code like
from roi_pooling.roi_pooling_ops import roi_pooling
, it causes the following error messageAre there any workaround? Thanks.
The text was updated successfully, but these errors were encountered: