Here I provide a GoLang wrapper for my forked Darknet, in which some forward APIs are provided.
To compile the code, first compile the above Darknet, then make sure your libdarknet.so
can be linked through -ldarknet
. One way to achieve this is to soft-link it to /usr/local/lib
.