#492 · Primary category: Computer Vision

manhattan_sdf

3d-reconstruction 3d-vision computer-vision cvpr2022

Code for "Neural 3D Scene Reconstruction with the Manhattan-world Assumption" CVPR 2022 Oral

Project last updated:06/06/23

GitHub Stars

533

Forks

32

Contributors

2

License

Other

Why we included this project

Researchers working on neural implicit surface reconstruction will find this a clean reference implementation of a CVPR 2022 method. It reconstructs dense 3D indoor scenes from multi-view images by pairing a neural signed distance field with the Manhattan-world assumption, which helps it recover clean geometry on low-textured planar surfaces where plain NeRF-style approaches tend to struggle. The code is compact and readable: training, mesh extraction, and evaluation all run from simple config files, and the repo ships processed ScanNet data plus baseline results so you can reproduce the paper's comparisons without rebuilding the data pipeline. Treat it as a research baseline and a starting point for extending indoor scene reconstruction rather than a production-ready tool, and check the custom non-commercial license before any commercial use.

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