#561 · Primary category: Computer Vision
Sparse-Depth-Completion
Predict dense depth maps from sparse and noisy LiDAR frames guided by RGB images. (Ranked 1st place on KITTI) [MVA 2019]
Project last updated:05/01/22
GitHub Stars
511
Forks
77
Contributors
1
License
Other
Why we included this project
Autonomous driving perception has to turn sparse, irregular LiDAR returns into dense depth maps, and this is the reference implementation of a method that does exactly that. It fuses monocular RGB images with the LiDAR points, splitting the job into a global and a local branch whose predictions are merged using confidence maps the model learns without supervision. At the time the paper appeared, this approach topped the KITTI depth completion benchmark, and a strong baseline like that is worth keeping around: trained weights and test predictions are published, so teams benchmarking their own depth models can reproduce the result directly. Just note the license. It allows personal and research use only, so treat the code as a solid comparison point rather than something to fold into a commercial product.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)