TL;DR
YOLO introduces a unified, real-time object detection system that predicts bounding boxes and class probabilities directly from images, achieving high speed and accuracy, and demonstrating strong generalization across different image domains.
Contribution
This paper presents YOLO, a novel single neural network framework for real-time object detection that outperforms previous methods in speed and generalization capabilities.
Findings
Processes images at 45 fps with the base model.
Fast YOLO achieves 155 fps with double the accuracy of other real-time detectors.
Outperforms previous methods on generalization to artwork datasets.
Abstract
We present YOLO, a new approach to object detection. Prior work on object detection repurposes classifiers to perform detection. Instead, we frame object detection as a regression problem to spatially separated bounding boxes and associated class probabilities. A single neural network predicts bounding boxes and class probabilities directly from full images in one evaluation. Since the whole detection pipeline is a single network, it can be optimized end-to-end directly on detection performance. Our unified architecture is extremely fast. Our base YOLO model processes images in real-time at 45 frames per second. A smaller version of the network, Fast YOLO, processes an astounding 155 frames per second while still achieving double the mAP of other real-time detectors. Compared to state-of-the-art detection systems, YOLO makes more localization errors but is far less likely to predict…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
You Only Look Once: Unified, Real-Time Object Detection· youtube
Taxonomy
MethodsCome contattare la Latam? "Servizio clienti" · Come parlare con un operatore Swiss Air? Supporto Telefonico · 20 Ways To Contact To Someone At American Airlines USA™: A Step-by-Step Guide · [Canal Direct™] Comment contacter Air France par WhatsApp ? · HuMan(Expedia)||How do I get a human at Expedia? · Non Maximum Suppression · 1x1 Convolution · Color Jitter · Random Resized Crop · RoIPool
