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

Viewpoints issue #72

Open
achichichi opened this issue May 13, 2020 · 1 comment
Open

Viewpoints issue #72

achichichi opened this issue May 13, 2020 · 1 comment

Comments

@achichichi
Copy link

Dear @peteanderson80 ,
Thank you for your excellent contribution!
Reading your code (utils.py), I have some confuse about the viewpoint position. I found that the information about the position of all nodes in the scan is " ['pose'][3],['pose'][7],['pose'][11]. Could you explain about how to get the coordinate of all nodes in the scan ? Thanks so much!

@LiHui1116
Copy link

I have the same confusion about variable pose. According to file Readme.md, ``pose: 4x4 matrix in row major order that transforms matterport skyboxes to global coordinates (z-up). Pose matrices are based on the assumption that the camera is facing skybox image 3. It seems only ` ['pose'][3],['pose'][7],['pose'][11]` was used in the code. Does this means ` ['pose'][3],['pose'][7],['pose'][11]` is the x-axis,y-axis,z-axis of the three-dimensions ? If it is,what is others in the `pose`?

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

2 participants