yuliangguo / OmniFusion

[CVPR 2022 Oral] Official Pytorch Implementation of "OmniFusion: 360 Monocular Depth Estimation via Geometry-Aware Fusion"
MIT License
91 stars 14 forks source link

Could you provide the pretrained model for Matterport3d? #5

Closed EchoTHChen closed 2 years ago

EchoTHChen commented 2 years ago

Another Question: how can I get the pano_depth from matterport3d dataset such as 17DRP5sb8fy/pano_depth/df211c2c55f94b87a717ce1469577456.png? I find that the demo code ( https://github.com/yindaz/PanoBasic officially recommended by matterport3d ) gets panorama depth by stitching 6 views only horizontally instead of all the 18 views. How can get the panorama depthmaps for training used by OmniFusion?

EchoTHChen commented 2 years ago

I noticed your updated README.md. Thanks!