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

regarding the compiling issue #7

Open
huaiyanggongzi opened this issue Jul 3, 2017 · 2 comments
Open

regarding the compiling issue #7

huaiyanggongzi opened this issue Jul 3, 2017 · 2 comments

Comments

@huaiyanggongzi
Copy link

Hi,

Thanks for sharing the code.

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.

@limwenyao
Copy link

limwenyao commented Jul 10, 2017

Go to the folder ~/roi_pooling and run make in your linux cmd line to generate roi_pooling.so

@djongpo
Copy link

djongpo commented Jul 1, 2019

@limwenyao what is the command to run the same?

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

3 participants