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

panorama_to_world #5

Open
kam1107 opened this issue Jan 5, 2021 · 2 comments
Open

panorama_to_world #5

kam1107 opened this issue Jan 5, 2021 · 2 comments

Comments

@kam1107
Copy link

kam1107 commented Jan 5, 2021

Hi, can you provide an example of panorama_to_world function? I find it a bit confusing as you explain it as "converts a point in the space of the CAD model to the space of a local viewpoint". Thanks :)

@zhou13
Copy link
Owner

zhou13 commented Jan 8, 2021

I am working on a demo for it :)

@lizuoyue
Copy link

I believe there is a mistake in the panorama_to_world function.
Instead of axis = np.cross([np.cos(pano_yaw), np.sin(tilt_yaw), 0], [0, 0, 1]),
It should be axis = np.cross([np.cos(tilt_yaw), np.sin(tilt_yaw), 0], [0, 0, 1]), right?

image

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