#212 · Primary category: Computer Vision

MonoScene

2d-to-3d computer-vision cvpr2022 cvpr22 deep-learning kitti-360 mayavi monocular nyu-depth-v2 occupancy-prediction pytorch semantic-kitti semantic-scene-completion semantic-scene-understanding single-image-reconstruction

[CVPR 2022] "MonoScene: Monocular 3D Semantic Scene Completion": 3D Semantic Occupancy Prediction from a single image

Project last updated:03/25/26

GitHub Stars

819

Forks

78

Contributors

1

License

Apache-2.0

Why we included this project

MonoScene is a solid reference point if you work on 3D perception for autonomous driving or robotics. It takes a single monocular RGB image and reconstructs a dense 3D semantic occupancy grid, predicting both the geometry and the semantic class of every voxel in the scene. The repo, published with the CVPR 2022 paper from Inria, includes training and evaluation pipelines for SemanticKITTI and NYUv2, pretrained checkpoints, and a live Hugging Face demo, so you can reproduce the reported results or use the code as a baseline for your own occupancy prediction work. The README also points to related camera-only 3D occupancy projects, which makes it a handy entry point into that line of research.

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