Skip to content

New Version v1.2.0 - Update to last version of AlexeyAB's implementation

Compare
Choose a tag to compare
@LdDl LdDl released this 11 Aug 09:17
· 43 commits to master since this release
df9804a
  1. Merged: #9
    C-function float network_predict(network *net, float *input) has been broken for CGO with new updates of Darknet.
    Using float *network_predict(network net, float *input) for now.
  2. Version of AlexeyAB's Darknet is 9dc897d2c77d5ef43a6b237b717437375765b527 now.