digitalbrain79 / darknet-nnpack

Darknet with NNPACK
Other
305 stars 75 forks source link

can not find libdarknet.so #58

Open CS4Liu opened 4 years ago

CS4Liu commented 4 years ago

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 commented 3 years ago

Try sudo ldconfig after make for darknet