#213 · Primary category: Computer Vision
monodepth2
[ICCV 2019] Monocular depth estimation from a single image
Project last updated:08/10/24
GitHub Stars
4.5K
Forks
987
Contributors
5
License
Other
Why we included this project
Depth from a single image is a hard problem, and this repo is the official PyTorch implementation of the self-supervised method described in the ICCV 2019 paper "Digging into Self-Supervised Monocular Depth Prediction." The key appeal is that it learns depth without ground-truth depth labels, so training does not depend on expensive depth sensors or manual annotation. For practical use, a single-image prediction script pulls down a pretrained model and returns disparity, or metric depth when you pick the stereo-trained weights, giving you a working estimate in minutes. The code is also the canonical release for researchers reproducing results on KITTI or adapting the pipeline to a custom dataset via the dataloader hooks. One thing to check before adopting it: the license is non-commercial, so it suits research and teaching rather than shipping products.
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)