Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The panoramic view is not stiched well (first and last image are looking up or down with non-zero elevation) in each scan #54

Open
lukewenMX opened this issue May 24, 2022 · 7 comments

Comments

@lukewenMX
Copy link

The generated panoramic view from the skybox images which are downloaded by configuring the filename = matterport_skybox_images when runing ./download_mp.py program, is not stiched well by runing the downsize_skybox.py.(matterport3D simulator: https://github.com/peteanderson80/Matterport3DSimulator#simulator-api). That is, the <pano.id>_skybox_small.jpg is not an accurate panoramic view especially for the first and last images (one is looking up and one is looking down with an non-zero elevation) . An instance has been shown in below, please give some comments and suggestions, thanks.
image

@lukewenMX
Copy link
Author

I am wondering whether it is the dataset problem? since the original skybox images are not always with zero elevation.

@Yoark
Copy link

Yoark commented Jun 9, 2022

@lukewenMX Hi, are you able to obtain panoramic image now? I am trying to generate them as well

@lukewenMX
Copy link
Author

@Yoark Yeah. Actually, you can use the sandbox images to generate them by only stiching the images with index from 1-4 (modify the downsize_skybox.py in the Matterport3DSimulator/scripts folder). or the simplest but raw way is screenshot from the generated sandbox_small images.

@Yoark
Copy link

Yoark commented Jun 10, 2022

@lukewenMX Hi, Luke, I also found this https://gist.github.com/ronghanghu/d250f3a997135c667b114674fc12edae and https://github.com/yindaz/PanoBasic for visualization of panorama. the panobasic one provides a real panorama rather than just stitching images.

@nivesh48
Copy link

Hi, @Yoark and @lukewenMX. Even I'm trying to figure out how to stitch perfect panoramic images from the available skybox images. Any leads on this ?

@Yoark
Copy link

Yoark commented Jun 15, 2022

Hi, @Yoark and @lukewenMX. Even I'm trying to figure out how to stitch perfect panoramic images from the available skybox images. Any leads on this ?

you can check the panobasic link for panoramic from skybox images.

@nivesh48
Copy link

Thanks, @Yoark. I'm currently looking at it and for my needs, I need to stitch the panorama from undistorted images. As suggested in the panobasic repo, we need to calculate view direction vectors from extrinsic so. Even if you are into this keep me posted if you find anything helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants