Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection

About

Object detection in 3D with stereo cameras is an important problem in computer vision, and is particularly crucial in low-cost autonomous mobile robots without LiDARs. Nowadays, most of the best-performing frameworks for stereo 3D object detection are based on dense depth reconstruction from disparity estimation, making them extremely computationally expensive. To enable real-world deployments of vision detection with binocular images, we take a step back to gain insights from 2D image-based detection frameworks and enhance them with stereo features. We incorporate knowledge and the inference structure from real-time one-stage 2D/3D object detector and introduce a light-weight stereo matching module. Our proposed framework, YOLOStereo3D, is trained on one single GPU and runs at more than ten fps. It demonstrates performance comparable to state-of-the-art stereo 3D detection frameworks without usage of LiDAR data. The code will be published in https://github.com/Owen-Liuyuxuan/visualDet3D.

Yuxuan Liu, Lujia Wang, Ming Liu• 2021

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)65.68
195
3D Object DetectionKITTI Pedestrian (test)
AP3D (Easy)2.85e+3
63
3D Object DetectionKITTI (test)
AP3D (Easy)19.24
24
3D Object DetectionKITTI official (test)
APBEV (Easy)76.1
19
3D Object DetectionKITTI (test)
Pedestrian AP3D Easy28.49
9
Showing 5 of 5 rows

Other info

Code

Follow for update