New Version v1.2.0 - Update to last version of AlexeyAB's implementation
- 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. - Version of AlexeyAB's Darknet is 9dc897d2c77d5ef43a6b237b717437375765b527 now.