You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-22Lines changed: 26 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@
25
25
26
26
# Darknet Object Detection Framework and YOLO
27
27
28
-

28
+

29
29
30
30
Darknet is an open source neural network framework written in C, C++, and CUDA.
31
31
32
32
YOLO (You Only Look Once) is a state-of-the-art, real-time, object detection system, which runs in the Darknet framework.
33
33
34
34
* 2025-08: Darknet/YOLO repo has moved to **[Codeberg.org/CCodeRun/darknet/](https://codeberg.org/CCodeRun/darknet/)**
35
35
* All commits are automatically mirrored from Codeberg to the older Hank.ai GitHub repo.
36
-
* See the **[Darknet/YOLO web site](https://darknetcv.ai/)**
36
+
* See the **[Darknet/YOLO web site](https://www.ccoderun.ca/darknet/)**
37
37
* Please read through the **[Darknet/YOLO FAQ](https://www.ccoderun.ca/programming/darknet_faq/)**
38
38
* Join the **[Darknet/YOLO discord server](https://discord.gg/MQw32W9Cqr)**
39
39
@@ -79,9 +79,9 @@ Darknet/YOLO is known to work on Linux, Windows, and Mac. See the [building ins
79
79
* Removed many old and unmaintained commands.
80
80
* You can always do a checkout of the previous `v2` branch if you need to run one of these commands. Let us know so we can investigate adding back any missing commands.
81
81
* Many performance optimizations, both when training and during inference.
82
-
* Legacy C API was modified; applications that use the original Darknet API will need minor modifications: https://darknetcv.ai/api/api.html
83
-
* New Darknet V3 C and C++ API to make it easier for developers to write applications that use Darknet/YOLO: https://darknetcv.ai/api/api.html
84
-
* New apps and sample code in `src-examples`: https://darknetcv.ai/api/files.html
82
+
* Legacy C API was modified; applications that use the original Darknet API will need minor modifications: https://www.ccoderun.ca/darknet/api.html
83
+
* New Darknet V3 C and C++ API to make it easier for developers to write applications that use Darknet/YOLO: https://www.ccoderun.ca/darknet/api.html
84
+
* New apps and sample code in `src-examples`: https://www.ccoderun.ca/darknet/files.html
85
85
* The next release was in early 2025. The `version` command now returns 4.x "SLATE".
86
86
* Added support for AMD GPUs using ROCm.
87
87
* Still need to add support for MIOpen.
@@ -164,7 +164,7 @@ Select one of the following build types:
164
164
> [!CAUTION]
165
165
> Beware if you are following old tutorials with more complicated build steps, or build steps that don't seem to match what is in this readme. The new build steps started in August 2023.
166
166
167
-
Software developers are encouraged to visit https://darknetcv.ai/ to get information on the internals of the Darknet/YOLO object detection framework.
167
+
Software developers are encouraged to visit https://www.ccoderun.ca/darknet/ to get information on the internals of the Darknet/YOLO object detection framework.
168
168
169
169
> [!IMPORTANT]
170
170
> An important change was made in Darknet v5.1 to one of the prediction structures. If you have software that includes `darknet.h` or `darknet.hpp` you'll want to recompile your application to prevent segfaults.
@@ -265,21 +265,11 @@ You are now done! Darknet has been built and installed into `/usr/bin/`. Run t
265
265
> [!IMPORTANT]
266
266
> Apple GPU acceleration (MPS) is recommended on Apple Silicon. Intel Macs may work depending on GPU, but are untested. Currently, only inference is supported, training is still disabled.
267
267
268
-
Install Xcode Command Line Tools, then install Homebrew (recommended):
268
+
Install Xcode Command Line Tools, then install Homebrew:
* For a robust alternative CLI to Darknet, to use image tiling, for object tracking in your videos, or for a robust C++ API that can easily be used in commercial applications, [see DarkHelp](https://codeberg.org/CCodeRun/DarkHelp#what-is-the-darkhelp-c-api).
629
619
* See if [the Darknet/YOLO FAQ](https://www.ccoderun.ca/programming/darknet_faq/) can help answer your questions.
630
620
* See the many tutorial and example videos on [Stéphane's YouTube channel](https://www.youtube.com/c/StephaneCharette/videos)
631
-
*[C++ bindings for Darknet/YOLO](https://darknetcv.ai/api/api.html#apiv3_cpp) (in the Darknet/YOLO repo)
632
-
*[C bindings for Darknet/YOLO](https://darknetcv.ai/api/api.html#apiv3_c) (in the Darknet/YOLO repo)
621
+
*[C++ bindings for Darknet/YOLO](https://www.ccoderun.ca/darknet/api.html#apiv3_cpp) (in the Darknet/YOLO repo)
622
+
*[C bindings for Darknet/YOLO](https://www.ccoderun.ca/darknet/api.html#apiv3_c) (in the Darknet/YOLO repo)
633
623
*[Python bindings for Darknet/YOLO](src-python/) (in the Darknet/YOLO repo)
634
624
*[Java bindings for Darknet/YOLO](https://github.com/stephanecharette/DarknetJava)[incomplete, in-progress]
635
625
*[Delphi bindings for Darknet/YOLO](https://github.com/hansvas/Darknet4Delphi)
636
626
*[C# bindings for Darknet/YOLO](https://github.com/libormasek/DarknetCSharp)
* If you have a support question or want to chat with other Darknet/YOLO users, [join the Darknet/YOLO discord server](https://discord.gg/MQw32W9Cqr).
639
629
630
+
631
+
# Sponsors
632
+
633
+
Thank you to both individual and corporate sponsors. A special thanks to past corporate sponsors who helped fund the continued development of Darknet/YOLO.
0 commit comments