#356 · Primary category: Computer Vision
SfMLearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
Project last updated:10/26/21
GitHub Stars
2.0K
Forks
554
Contributors
3
License
MIT
Why we included this project
This is the authors' reference implementation of a 2017 CVPR paper on learning depth and camera motion from monocular video without ground-truth depth labels. The network works by reconstructing consecutive frames from its predicted depth and ego-motion, with photometric consistency as the training signal, a trick that later driving and robotics systems built on. The repo includes training and evaluation code for KITTI and Cityscapes, a pre-trained single-view depth model, and an interactive demo notebook, so you can reproduce the paper's results or adapt the architecture to your own footage. Keep in mind the code targets TensorFlow 1.0-era tooling, so treat it as a research baseline and learning reference rather than a drop-in production pipeline. For teams starting out in self-supervised monocular depth estimation, it's a clear, well-documented place to begin.
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)