C bindings for darknet.
(中文/EN)
- Provides simple exception handling
- Redefining the interface with a new naming style
- Suitable for compilation into a dynamic library to use
Build on Windows
- Download and install CUDA
- Download cuDNN and unpack files to hte
3rdparty
directory - Open
build/darknet.sln
whith Visual Studio 2017 - Set Release and x64
- build darknet_gpu and test project
- Download the yolov3.weights file to the
test
directory - Run the test
Code released under the MIT License.