alibaba / UniFuse-Unidirectional-Fusion

MIT License
63 stars 14 forks source link

Is there anything about Matterport Preprocessing #2

Closed chenerg closed 3 years ago

chenerg commented 3 years ago

Download PanoBasic

Copy stitching_Matterport3D.m to PanoBasic

Modify the directories in stitching_Matterport3D.m, i.e., changing source_dir to the folder of Matterport3D and changing target_dir as the output folder of panorama images and depth maps.

Execute stitching_Matterport3D.m using Matlab.

It seems that stiching_Matterport3D uses stich.m, while stich.m is missing in PanoBasic.

@robertsheng

HalleyJiang commented 3 years ago

Please download the code of Matterport3D pre-processing again. I missed some .m files in the first submission. We have added them now.

chenerg commented 3 years ago

Do you mean that I should copy stich.m to PanoBasic? I'm confused about how PanoBasic and stitching_Matterport3D.m work together, which is shown in https://github.com/alibaba/UniFuse-Unidirectional-Fusion/blob/fece286301838efef7967d7030ab449e8ea0e449/UniFuse/Matterport3D/README.md.

HalleyJiang commented 3 years ago

You should copy all the .m files under the folder Matterport3D to PanoBasic. stitching_Matterport3D.m has to call other .m files by us. The README.md has not been updated yet, although we had added these .m files several days ago.

chenerg commented 3 years ago

That's great!

chenerg commented 3 years ago

Sorry to bother you again. It seems that you have changed the combineViews.m in PnnoBasic, would you please share the code? @HalleyJiang

HalleyJiang commented 3 years ago

We have updated the code for pre-processing Matterport3D. Please try again according to readme.