darknet icon indicating copy to clipboard operation
darknet copied to clipboard

Can't generate libdarknet.so ( library not found for -l:libdarknet.so )

Open gugo2808 opened this issue 6 months ago • 0 comments

I want to run Obico detective algorithm in standalone mode, without Docker.

To do that, I need to build somehow darknet with YOLO and create darknet.so files.

I can't understand how to build it.

I have Mac, and when I just build the latest release of darknet by AlexanderAB (using Cmake, or Powershell) I can't find any darknet.so files. When i use “make” it generates darknet.so, but it throws an error “library not found for -l:libdarknet.so“ Screenshot 2023-12-25 at 19 28 03

Any suggestions or ideas!

Thank you and Merry Christmas!

gugo2808 avatar Dec 25 '23 14:12 gugo2808