You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(CVPR2023) Structural Multiplane Image: Bridging Neural View Synthesis and 3D Reconstruction PaperVideo
We propose the Structural MPI (S-MPI) framework, where we assign an MPI layer to each 3D surface in the scene. Each MPI layer in our S-MPI is adaptively posed based on planar 3D reconstruction of the scene. In contrast, standard MPI is composed of a set of layers that are all parallel to the imaging plane.
This project aims to construct an S-MPI from one or several images while conducting planar 3D reconstruction and novel view synthesis.
Installation
conda create -n SMPI python=3.7
conda activate SMPI
pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
cd detectron2
pip install -e .
cd ../Mask2Former
pip install -r requirements.txt
cd mask2former/modeling/pixel_decoder/ops
sh make.sh
pip install opencv-python piqa moviepy
This project is built based on Mask2former. If you find any problem in the installation, this page should be helpful.
@inproceedings{zhang2023structural,
title={Structural Multiplane Image: Bridging Neural View Synthesis and 3D Reconstruction},
author={Zhang, Mingfang and Wang, Jinglu and Li, Xiao and Huang, Yifei and Sato, Yoichi and Lu, Yan},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={16707--16716},
year={2023}
}
About
(CVPR2023) Structural Multiplane Image: Bridging Neural View Synthesis and 3D Reconstruction