Object Detection Models

YOLOv1

Introduced by Redmon et al. in You Only Look Once: Unified, Real-Time Object Detection

YOLOv1 is a single-stage object detection model. Object detection is framed 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.

The network uses features from the entire image to predict each bounding box. It also predicts all bounding boxes across all classes for an image simultaneously. This means the network reasons globally about the full image and all the objects in the image.

Source: You Only Look Once: Unified, Real-Time Object Detection

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 3 30.00%
BIG-bench Machine Learning 1 10.00%
Blood Cell Count 1 10.00%
Blood Cell Detection 1 10.00%
CBC TEST 1 10.00%
Medical Diagnosis 1 10.00%
Object Counting 1 10.00%
Real-Time Object Detection 1 10.00%

Categories