Advertisement
Category: Presentations

YOLO
YOLO
You Only Look Once (YOLO) is a state-of-the-art real-time object detection system.
Previous detection systems reuse classifiers or locators to perform detection. They apply the model to an image at multiple locations and scales. High-scoring regions of the image are considered detections.
Yolo uses a completely different approach. It applies a single neural network to the full image. This network divides the image into regions and predicts bounding boxes and probabilities for each region. These bounding boxes are weighted by the predicted probabilities.
Vote :








