Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sowson/darknet
Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux & Windows & FreeBSD
https://github.com/sowson/darknet
amd c cpu darknet freebsd gpu intel linux macos macosx nvidia opencl windows
Last synced: 5 days ago
JSON representation
Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux & Windows & FreeBSD
- Host: GitHub
- URL: https://github.com/sowson/darknet
- Owner: sowson
- License: other
- Created: 2018-07-26T03:45:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-25T17:01:27.000Z (about 2 years ago)
- Last Synced: 2024-10-25T05:47:22.421Z (11 days ago)
- Topics: amd, c, cpu, darknet, freebsd, gpu, intel, linux, macos, macosx, nvidia, opencl, windows
- Language: C
- Homepage: http://pjreddie.com/darknet/
- Size: 23.3 MB
- Stars: 186
- Watchers: 18
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THE LAST COMMIT, ALL THE BEST FOR YOU!
# Project Status: Freeze!
From now on, I will not push anymore my commits to this repository, however, I will be open to your pull requests to approve those and increase the contributors' list, Enjoy! ;-). I think OpenCL has a bright future, I am leaving some open issues, and I hope community will be able to solve them if needed. Thank you! ;-).
# Build on macOS or Ubuntu 20.04
Step by step in command prompt guide: https://iblog.isowa.io/2018/05/26/darknet-training
# Build on Windows 10 or 11 x64
Step by step experimental guide: https://iblog.isowa.io/2021/11/20/darknet-on-opencl-on-windows-11-x64
# Take a look 4 x GPUs on macOS (click to see video)
[![4 x AMD Radeon RX 6900 XT on macOS 11.5.2](https://iblog.isowa.io/wp-content/uploads/2021/08/moria-scaled.jpeg)](https://www.youtube.com/watch?v=W6VOLjgwKNI)
# CLBlast instead of clBLAS for GEMM
git apply patches/clblast.patch
# Darknet-vNext (Improved CUDA DarkNet)
[DarkNet-vNext Link](https://github.com/sowson/darknet-vNext) If you are looking for engine that has all the same functions, but it is FASTER!
# OpenCV 4
This engine runs on OpenCV v4! But, OpenCV v3 is also fine!
# YOLO4 on OpenCL
YOLO4 elements are supported, remember in CFG file to use [yolo4] instead of [yolo] to make it work!
# YOLO1, YOLO2, YOLO3 on OpenCL
[![OpenCL YOLO2 Training Multi-GPU-SET](https://iblog.isowa.io/wp-content/uploads/2020/07/gitbug-img.jpg)](https://www.youtube.com/watch?v=o-PV3vmfP-0)
https://iblog.isowa.io/2020/07/02/the-multi-gpu-set-idea
[![OpenCL YOLO2 Training Result](https://iblog.isowa.io/wp-content/uploads/2020/06/gitbug-image.jpg)](https://www.youtube.com/watch?v=_dNYNYHXHHo)
https://iblog.isowa.io/2020/06/22/gpu-opencl-fine-tuning-problem-solution
https://iblog.isowa.io/2020/05/31/ph-d-hanna-hackintosh-is-ready
[![PhD Progress from May 27th 2020 Update Keynote](https://iblog.isowa.io/wp-content/uploads/2020/05/gitbug-image.jpg)](https://www.youtube.com/watch?v=qfCWYVnJrjQ)
https://iblog.isowa.io/2020/04/29/darknet-in-opencl-on-beagleboard-ai
[![PhD Progress from March 8th 2020 Update Keynote](https://iblog.isowa.io/wp-content/uploads/2020/03/gitbug-image.jpg)](https://www.youtube.com/watch?v=exuPfFtbwgU)
https://iblog.isowa.io/2020/03/03/is-opencl-beats-cuda
https://iblog.isowa.io/2020/03/02/hania-pc-well-it-needs-macos
https://iblog.isowa.io/2020/02/08/pc-for-phd-studies
https://iblog.isowa.io/2020/01/04/gpu-opencl-fine-tuning-problem
https://iblog.isowa.io/2019/12/29/darknet-cuda-vs-opencl-and-cpu-vs-nvidia-vs-amd
https://iblog.isowa.io/2019/11/05/gpu-computing-on-opencl
https://iblog.isowa.io/2019/08/18/the-fastest-darknet-in-opencl-on-the-planet
https://iblog.isowa.io/2019/02/02/darknet-in-opencl-on-asus-thinker-board-s
[![DarkNet Training](https://img.youtube.com/vi/Mxw7XkFBFPc/0.jpg)](https://www.youtube.com/watch?v=Mxw7XkFBFPc)
https://iblog.isowa.io/2018/08/01/darknet-in-opencl
https://iblog.isowa.io/2018/05/26/darknet-training
Thanks!