Deterministic Guided LiDAR Depth Map Completion
Accurate dense depth estimation is crucial for autonomous vehicles to analyze their environment. This paper presents a non-deep learning-based approach to densify a sparse LiDAR-based depth map using a guidance RGB image. To achieve this goal the RGB image is at first cleared from most of the camera-LiDAR misalignment artifacts. Afterward, it is over segmented and a plane for each superpixel is approximated. In the case a superpixel is not well represented by a plane, a plane is approximated for a convex hull of the most inlier. Finally, the pinhole camera model is used for the interpolation process and the remaining areas are interpolated. The evaluation of this work is executed using the KITTI depth completion benchmark, which validates the proposed work and shows that it outperforms the state-of-the-art non-deep learning-based methods, in addition to several deep learning-based methods.
Code (0)
등록된 구현이 없습니다.
Tasks
Autonomous VehiclesDeep LearningDepth CompletionDepth EstimationSimilar Papers 제목 키워드 기반
SGTBN: Generating Dense Depth Maps from Single-Line LiDAR
Depth completion aims to generate a dense depth map from the sparse depth map and aligned RGB image. However, current depth completion methods use extremely expensive 64-line LiDAR(about $100,000) to obtain sparse depth …
3D geometryDepth CompletionDepth EstimationMonocular Depth EstimationBEV@DC: Bird's-Eye View Assisted Training for Depth Completion
Depth completion plays a crucial role in autonomous driving, in which cameras and LiDARs are two complementary sensors. Recent approaches attempt to exploit spatial geometric constraints hidden in LiDARs to enhance i…
Autonomous DrivingDepth CompletionSparse and noisy LiDAR completion with RGB guidance and uncertainty
This work proposes a new method to accurately complete sparse LiDAR maps guided by RGB images. For autonomous vehicles and robotics the use of LiDAR is indispensable in order to achieve precise depth predictions. A multi…
Autonomous VehiclesDepth CompletionDepth EstimationDepth PredictionNon-learning Stereo-aided Depth Completion under Mis-projection via Selective Stereo Matching
We propose a non-learning depth completion method for a sparse depth map captured using a light detection and ranging (LiDAR) sensor guided by a pair of stereo images. Generally, conventional stereo-aided depth completio…
Camera CalibrationDepth CompletionDepth EstimationStereo MatchingDenseLiDAR: A Real-Time Pseudo Dense Depth Guided Depth Completion Network
Depth Completion can produce a dense depth map from a sparse input and provide a more complete 3D description of the environment. Despite great progress made in depth completion, the sparsity of the input and low density…
3D Object DetectionDepth CompletionDepth EstimationDepth Prediction+2