#236 · Primary category: Computer Vision
simplerecon
[ECCV 2022] SimpleRecon: 3D Reconstruction Without 3D Convolutions
Project last updated:05/09/25
GitHub Stars
1.4K
Forks
130
Contributors
2
License
Other
Why we included this project
SimpleRecon is the reference PyTorch implementation of an ECCV 2022 method that turns a set of posed photographs into per-image depth maps for indoor 3D reconstruction. Where earlier multi-view stereo approaches relied on expensive 3D convolutions, it substitutes cheaper 2D ones, which trims memory and compute while keeping accuracy strong on ScanNet. If you work on depth estimation or scene reconstruction from posed images, the repo ships a complete training and evaluation pipeline, pre-trained weights, and a documented environment setup. Since the code is organized around standard MVS building blocks like cost volumes and feature extraction, it's also a useful place to start if you want to understand how modern multi-view stereo pipelines work rather than just run them. The license is limited to non-commercial and academic use, so check the terms before folding it into commercial work.
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)