Darknet v1.1.1
October 28, 2025 ยท View on GitHub
See also new iChess.io v12.27!!!
๐ This work is described in the scientific paper: https://doi.org/10.1002/cpe.6936
๐ฆ Platform Support
- โ macOS (Intel / Apple Silicon)
- โ Ubuntu Linux 20.04+
- โ ๏ธ Windows 10/11 (experimental OpenCL build)
Windows Build Guide:
https://iblog.isowa.io/2021/11/20/darknet-on-opencl-on-windows-11-x64
๐ง Training & Optimization Tips
-
Run from RAMDisk to reduce disk wear and speed up training/inference:
- Linux:
sudo mount -t tmpfs -o size=4096M tmpfs /your/ramdisk - macOS:
diskutil erasevolume HFS+ "ramdisk" $(hdiutil attach -nomount ram://8388608)
- Linux:
-
Replace clBLAS with CLBlast for improved GEMM performance:
git apply patches/clblast.patch
๐ Related Projects
- Darknet-vNext โ CUDA-enhanced variant
- YOLO on OpenCL
๐ฝ๏ธ Demos & Videos
๐ Acknowledgements
Created by Piotr Sowa โ AI researcher, GPU software engineer, and creator of iChess.io. More information and tutorials at iBlog.isowa.io.
For citations, academic usage, or collaboration inquiries, feel free to reach out via GitHub or LinkedIn.