-
Notifications
You must be signed in to change notification settings - Fork 132
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)! #110
Comments
This is working as intended. The image is a skybox / cubemap not an equirectangular panorama, so it's actually 6 different images representing the faces of a cube and they are just joined together for convenience (it speeds up file loading to have fewer and larger files). |
@peteanderson80 Hi, Peter. Thanks for your sharp reply and the answer really helps me. By the way, do you have any ideas about how to generate the 'equirectangular panorama' shown as perfectly stiched together? I did not find any program which supports to load the well-trained agent to interact with Matterport 3D simulator and at the meantime showing the "equirectangular panorama" . Will appreciate your further answers and any suggestions. |
@peteanderson80 Hi, Peter. I think I just got the idea of the skybox, and the question about the equirectangular panorama,please just ignore. Many thanks. |
Hi @lukewenMX, could you solve the creation of an equirectangular panorama from skyboxes? I used py360convert, but to analyze the result, py360convert is based on: Then, after analyzing the original paper, "Vision-and-Language Navigation: Interpreting visually-grounded navigation instructions in real environments," on page 11, I think the heading is another. Like this: |
The generated panoramic view from the skybox images is not stiched well by runing the downsize_skybox.py, 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.
The text was updated successfully, but these errors were encountered: