imsoo / darknet_server

Darknet (Open source neural networks framework) Server
MIT License
28 stars 8 forks source link

./worker: error while loading shared libraries: libdarknet.so: cannot open shared object file: No such file or directory #10

Open dario-pedro opened 3 years ago

dario-pedro commented 3 years ago

Hello,

I followed the build README and just to make sure that I correctly installed Darknet I type in terminal:

./darknet imtest data/eagle.jpg And I had successfully results.

After build the darket_server (server and client) I tested the worker but I got this error:

./worker: error while loading shared libraries: libdarknet.so: cannot open shared object file: No such file or directory

Do you know where I can do something wrong?

I used this line to run:

./worker cfg/yolov3.cfg weights/yolov3.weights names/coco.names -gpu 0 -thresh 0.2