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

blender2p3d transform matrix #16

Open
Harr7y opened this issue Aug 13, 2024 · 0 comments
Open

blender2p3d transform matrix #16

Harr7y opened this issue Aug 13, 2024 · 0 comments

Comments

@Harr7y
Copy link

Harr7y commented Aug 13, 2024

Hi, thanks for your wonderful paper and source code. 👍

This might be a small typo about the transform from the blender to the pytorch3d:

blender2p3d = torch.tensor([[1, 0, 0, 0],

Should it be [[-1, 0, 0, 0], [ 0, 1, 0, 0], [0, 0, -1, 0], [0, 0, 0, 1]] ?

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