zouchuhang / LayoutNet

Torch implementation of our CVPR 18 paper: "LayoutNet: Reconstructing the 3D Room Layout from a Single RGB Image"
http://openaccess.thecvf.com/content_cvpr_2018/papers/Zou_LayoutNet_Reconstructing_the_CVPR_2018_paper.pdf
MIT License
414 stars 93 forks source link

Can 3d room layout be reconstructed with multiple panoramas? #1

Open zhijie-gao opened 6 years ago

zouchuhang commented 6 years ago

Yes, multiple panos provide more evidence for room shape with this system. There is also spherical SfM, MVS, etc

alexcolburn commented 6 years ago

@zhijie-gao A good resource for Spherical SfM is Pierre Moulon's OpenMVG https://github.com/openMVG/openMVG/blob/master/docs/sphinx/rst/software/SfM/SfM.rst#notes-about-spherical-sfm

-Alex

Wap8CN commented 5 years ago

Can 3d room layout be reconstructed with multiple RGB Images of one room from different position? @zouchuhang