Real-Time Object Detection

107 papers with code • 7 benchmarks • 8 datasets

Real-Time Object Detection is a computer vision task that involves identifying and locating objects of interest in real-time video sequences with fast inference while maintaining a base level of accuracy.

This is typically solved using algorithms that combine object detection and tracking techniques to accurately detect and track objects in real-time. They use a combination of feature extraction, object proposal generation, and classification to detect and localize objects of interest.

( Image credit: CenterNet )

Libraries

Use these libraries to find Real-Time Object Detection models and implementations
8 papers
27,693
8 papers
21,429
8 papers
2,917
See all 36 libraries.

CST-YOLO: A Novel Method for Blood Cell Detection Based on Improved YOLOv7 and CNN-Swin Transformer

mkang315/CST-YOLO 26 Jun 2023

Blood cell detection is a typical small-scale object detection problem in computer vision.

33
26 Jun 2023

Mining Negative Temporal Contexts For False Positive Suppression In Real-Time Ultrasound Lesion Detection

HaojunYu1998/UltraDet 29 May 2023

To address this issue, we propose to extract contexts from previous frames, including NTC, with the guidance of inverse optical flow.

141
29 May 2023

DETRs Beat YOLOs on Real-time Object Detection

ultralytics/ultralytics 17 Apr 2023

Our RT-DETR-R50 / R101 achieves 53. 1% / 54. 3% AP on COCO and 108 / 74 FPS on T4 GPU, outperforming previously advanced YOLOs in both speed and accuracy.

22,343
17 Apr 2023

Resolution Enhancement Processing on Low Quality Images Using Swin Transformer Based on Interval Dense Connection Strategy

rubbbbbbbbby/swinoir 16 Mar 2023

We apply this strategy to SwinIR and present a new model, which named SwinOIR (Object Image Restoration Using Swin Transformer).

16
16 Mar 2023
1
09 Feb 2023

YOLOv6 v3.0: A Full-Scale Reloading

PaddlePaddle/PaddleDetection 13 Jan 2023

For a glimpse of performance, our YOLOv6-N hits 37. 5% AP on the COCO dataset at a throughput of 1187 FPS tested with an NVIDIA Tesla T4 GPU.

12,022
13 Jan 2023

DaDe: Delay-adaptive Detector for Streaming Perception

danjos95/dade 22 Dec 2022

Recognizing the surrounding environment at low latency is critical in autonomous driving.

6
22 Dec 2022

RTMDet: An Empirical Study of Designing Real-Time Object Detectors

open-mmlab/mmdetection 14 Dec 2022

In this paper, we aim to design an efficient real-time object detector that exceeds the YOLO series and is easily extensible for many object recognition tasks such as instance segmentation and rotated object detection.

27,701
14 Dec 2022

DAMO-YOLO : A Report on Real-Time Object Detection Design

modelscope/modelscope 23 Nov 2022

Based on these new techs, we build a suite of models at various scales to meet the needs of different scenarios.

6,000
23 Nov 2022

DPNet: Dual-Path Network for Real-time Object Detection with Lightweight Attention

huiminshii/dpnet 28 Sep 2022

The recent advances of compressing high-accuracy convolution neural networks (CNNs) have witnessed remarkable progress for real-time object detection.

13
28 Sep 2022