schwittlick / ofxDarknet

darknet neural network addon for openFrameworks
MIT License
496 stars 89 forks source link

Fix wrong name in get_network_output_layer_gpu #15

Closed HalfdanJ closed 7 years ago

HalfdanJ commented 7 years ago

The function declared incorrectly, resulting in a linking error if you tried to use it. This is the correct name in the .cu file

genekogan commented 7 years ago

thanks @HalfdanJ! this worked for me. the feature extractor now works. i'll update the lib.