stephanecharette/DarkHelp
C++ wrapper library for Darknet
This project helps developers integrate Darknet neural networks into their C++ applications for tasks like object detection in images and video. It streamlines loading network configurations, running inference, and optionally annotating the results with bounding boxes. This tool is for C++ developers building high-performance computer vision applications.
183 stars.
Use this if you are a C++ developer who needs to embed Darknet-based object detection or image classification directly into your application efficiently, especially for processing streams of images or video.
Not ideal if you are a data scientist or researcher primarily working in Python, or if you need a pre-packaged, out-of-the-box solution without writing C++ code.
Stars
183
Forks
31
Language
C++
License
MIT
Category
Last pushed
Feb 25, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/stephanecharette/DarkHelp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore
ultralytics/assets
Ultralytics assets
philipperemy/yolo-9000
YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes!