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

When I train the train.py,I meet the error:ImportError: /home/zhao/hao/2017/FastFPN-master/train/../libs/boxes/cython_nms.so: cannot open shared object file: No such file or directory #181

Open
ty0803 opened this issue Dec 26, 2017 · 6 comments

Comments

@ty0803
Copy link

ty0803 commented Dec 26, 2017

Please tell me how solve it

@illutheplanet
Copy link

got the same problem

@SpeedUpToG
Copy link

how to solve it

@braddengross
Copy link

Did you run make in ./libs/datasets/pycocotools and ./libs?

@daijucug
Copy link

daijucug commented Mar 1, 2018

How to solve it?

@noor01
Copy link

noor01 commented Mar 5, 2018

I'm having the same issue. I did run make in ./libs/datasets/pycocotools and in ./libs. Has anyone been able to resolve it/didn't get the error?

@noor01
Copy link

noor01 commented Mar 8, 2018

Solved:
The issue is that if you go to ../libs/boxes/ you will see that cython_nms.so is in fact cython_nms.blahblah.so where blahblah is info related to your system. Simply rename this file to cython_nms.so

Similarly, rename cython_anchor.so, cython_bbox.so, and cython_bbox_transform.so

Hope that helps!

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

6 participants