#612 · Primary category: Computer Vision
MonoDepth-PyTorch
Unofficial implementation of Unsupervised Monocular Depth Estimation neural network MonoDepth in PyTorch
Project last updated:01/02/19
GitHub Stars
555
Forks
128
Contributors
6
License
Other
Why we included this project
This PyTorch port of MonoDepth reimplements the unsupervised monocular depth estimation method from Godard et al. You train a depth model from stereo image pairs without ground-truth depth labels. The encoder is pluggable, so you can swap in ResNet18, ResNet50, or any torchvision ResNet variant, and batch normalization was added to keep training stable. A pretrained ResNet18 model ships with the repo, along with a notebook that walks through training and testing on KITTI. The code is small enough to read end to end, which makes it a useful reference for reproducing the method or adapting it to your own camera setup.
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)