Browse Hank.ai's announcement in May 2023 on officially sponsoring the Darknet/YOLO codebase.
"darknet help"
to get a list of common commands to run./usr/bin/
, such as /usr/bin/darknet
."C:/Program Files/Darknet/bin/"
, such as "C:/Program Files/Darknet/bin/darknet.exe"
.pjreddie
and alexeyab
Darknet repos are no longer used. Please update to the new Darknet/YOLO repo.Darknet/YOLO is not just a CLI tool. When you build Darknet/YOLO, you're building a library you can call from within C
applications, C++
applications, or from Python
.
A description of the Darknet/YOLO API can be found here: Darknet/YOLO API
There are other language bindings, but those are not maintained within the Darknet/YOLO project. If you own or know of such a project, let us know and we'll link from here to your project.
The Doxygen pages are meant to assist software developers in understanding the internals of the Darknet/YOLO source code.
Things to look up include:
C++
namespace Darknet for details.Other useful functions:
Configuration files: