Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

lc-soft/darknetlib

Repository files navigation

DarknetLib

C bindings for darknet.

(中文/EN)

Features

  • Provides simple exception handling
  • Redefining the interface with a new naming style
  • Suitable for compilation into a dynamic library to use

Build

Build on Windows

  1. Download and install CUDA
  2. Download cuDNN and unpack files to hte 3rdparty directory
  3. Open build/darknet.sln whith Visual Studio 2017
  4. Set Release and x64
  5. build darknet_gpu and test project

Run

  1. Download the yolov3.weights file to the test directory
  2. Run the test

Legal

Code released under the MIT License.