YOLO: Real-Time Object Detection
pjreddie.com › darknet › yoloYOLO: Real-Time Object Detection You only look once (YOLO) is a state-of-the-art, real-time object detection system. On a Pascal Titan X it processes images at 30 FPS and has a mAP of 57.9% on COCO test-dev. Video unavailable Watch on YouTube Watch on Comparison to Other Detectors YOLOv3 is extremely fast and accurate.
YOLO: Real-Time Object Detection
https://pjreddie.com/darknet/yolov2Darknet prints out the objects it detected, its confidence, and how long it took to find them. We didn't compile Darknet with OpenCV so it can't display the detections directly. Instead, it saves them in predictions.png. You can open it to see the detected objects. Since we are using Darknet on the CPU it takes around 6-12 seconds per image.