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

Object to world transformation incorrect #21

Open
jingnanshi opened this issue Aug 14, 2023 · 0 comments
Open

Object to world transformation incorrect #21

jingnanshi opened this issue Aug 14, 2023 · 0 comments

Comments

@jingnanshi
Copy link

In our tests, we noticed that the ground truth object to world transformation is incorrect. If we fix the following line to use @ to perform actual matrix multiplication instead of elementwise multiplication, it will give the correct result.

T0O = T0C * TCO

Fixed in PR #20

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