Skip to content

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

@dario-pedro

Description

@dario-pedro

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions