Darknet YOLO
Real-Time Object Detection for Windows and Linux
...YOLO (You only look once) is a state-of-the-art, real-time object detection system of Darknet, an open source neural network framework in C. YOLO is extremely fast and accurate. It uses a single neural network to divide a full image into regions, and then predicts bounding boxes and probabilities for each region.
This project is a fork of the original Darknet project.