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

can not find libdarknet.so #58

Open
CS4Liu opened this issue Jun 4, 2020 · 1 comment
Open

can not find libdarknet.so #58

CS4Liu opened this issue Jun 4, 2020 · 1 comment

Comments

@CS4Liu
Copy link

CS4Liu commented Jun 4, 2020

I have done all the prepared work, and run "./darknet detector test cfg/coco.data cfg/yolov3-tiny.cfg yolov3-tiny.weights data/person.jpg " successfully.
But when I use the python code called "darknet.py", comes the error:"OSError: ./libdarknet.so: cannot open shared object file: No such file or directory"
I try to find this file and move them to the same sub-floder,
but I can not find libdarknet.so in ./obj .
how can I solve this problem

@Shivankit99
Copy link

Try sudo ldconfig after make for darknet

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