#302 · Primary category: Computer Vision
NeuralRecon
Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
Project last updated:10/04/23
GitHub Stars
2.3K
Forks
311
Contributors
5
License
Apache-2.0
Why we included this project
NeuralRecon is a reference implementation for learning-based 3D reconstruction from a monocular video stream with known camera poses. Instead of estimating depth per frame and fusing later, it builds a coherent dense surface in real time using sparse TSDF volumes and a gated-recurrent fusion module. The repo includes training and inference code, data prep scripts, pretrained ScanNet weights, and a demo that runs on custom ARKit captures, so you can see reconstructions from your own phone footage quickly. The pretrained model also holds up on outdoor scenes and low-texture environments beyond its training domain, which makes it a practical baseline for AR, robotics, or scanning work. Note the torchsparse dependency and Linux assumption before diving in.
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)