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

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.

PDF Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Object Detection Waymo Open Dataset LeapMotor_Det AP/L2 70.41 # 1
Latency, ms 6.16 # 4
Object Detection Waymo Open Dataset YOLO_v5 AP/L2 64.14 # 5
Latency, ms 3.81 # 2
Object Detection Waymo Open Dataset dereyly_self_ensemble AP/L2 65.65 # 4
Latency, ms 6.87 # 5
Object Detection Waymo Open Dataset YOLOR_P6_TRT AP/L2 69.56 # 3
Latency, ms 3.74 # 1
Object Detection Waymo Open Dataset YOLOR_TensorRT (Ours) AP/L2 69.72 # 2
Latency, ms 4.58 # 3

Methods


No methods listed for this paper. Add relevant methods here