darknet-nnpack icon indicating copy to clipboard operation
darknet-nnpack copied to clipboard

can not find libdarknet.so

Open CS4Liu opened this issue 4 years ago • 1 comments

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

CS4Liu avatar Jun 04 '20 10:06 CS4Liu