#302 · Primary category: Computer Vision

NeuralRecon

3d-reconstruction 3d-vision

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