#420 · Primary category: Computer Vision
AdaBins
Official implementation of Adabins: Depth Estimation using adaptive bins
Project last updated:05/29/22
GitHub Stars
783
Forks
161
Contributors
2
License
GPL-3.0
Why we included this project
AdaBins is the official implementation of the CVPR 2021 paper on adaptive binning for monocular depth estimation, and it remains a solid reference if you need per-pixel depth from a single RGB image. Instead of dividing the depth range into fixed intervals, the network learns where to place its bins from the image content, which is what gives it better accuracy on both indoor and outdoor scenes. The repo includes pretrained weights for NYU-Depth-v2 and KITTI, plus an InferenceHelper class that handles preprocessing and test-time augmentation, so you can move from a downloaded checkpoint to predicted depth maps without much setup. It is a clean baseline to adapt for depth work in robotics or AR, though the project has not been updated since 2022.
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)