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

question about dump_xyz in evaluate_pose.py #145

Open
Scarlett213 opened this issue Nov 18, 2022 · 0 comments
Open

question about dump_xyz in evaluate_pose.py #145

Scarlett213 opened this issue Nov 18, 2022 · 0 comments

Comments

@Scarlett213
Copy link

The movement from this frame to the next frame should be to multiply the matrix to the current pose matrix, so theoretically, should the code be written as cam_to_world = np.dot(source_to_target_transformation, cam_to_world) instead of cam_to_world = np.dot( cam_to_world, source_to_target_transformation)?

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

1 participant