HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

2nd Place Solution for Waymo Open Dataset Challenge -- Real-time 2D Object Detection

2nd Place Solution for Waymo Open Dataset Challenge -- Real-time 2D Object Detection

Abstract

In an autonomous driving system, it is essential to recognize vehicles, pedestrians and cyclists from images. Besides the high accuracy of the prediction, the requirement of real-time running brings new challenges for convolutional network models. In this report, we introduce a real-time method to detect the 2D objects from images. We aggregate several popular one-stage object detectors and train the models of variety input strategies independently, to yield better performance for accurate multi-scale detection of each category, especially for small objects. For model acceleration, we leverage TensorRT to optimize the inference time of our detection pipeline. As shown in the leaderboard, our proposed detection framework ranks the 2nd place with 75.00% L1 mAP and 69.72% L2 mAP in the real-time 2D detection track of the Waymo Open Dataset Challenges, while our framework achieves the latency of 45.8ms/frame on an Nvidia Tesla V100 GPU.

Code Repositories

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-waymo-open-datasetYOLO_v5
AP/L2: 64.14
Latency, ms: 3.81
object-detection-on-waymo-open-datasetLeapMotor_Det
AP/L2: 70.41
Latency, ms: 6.16
object-detection-on-waymo-open-datasetYOLOR_P6_TRT
AP/L2: 69.56
Latency, ms: 3.74
object-detection-on-waymo-open-datasetdereyly_self_ensemble
AP/L2: 65.65
Latency, ms: 6.87
object-detection-on-waymo-open-datasetYOLOR_TensorRT (Ours)
AP/L2: 69.72
Latency, ms: 4.58

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
2nd Place Solution for Waymo Open Dataset Challenge -- Real-time 2D Object Detection | Papers | HyperAI