-
Notifications
You must be signed in to change notification settings - Fork 8
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
OpenTMA: Motion-X checkpoints dimension #17
Comments
@HaroldChen19 Could you please copy your error info, codes, and the motion tensor shape to me? Let me have a check. |
@haroldchen Hi,I meet the same error, have your solved it? |
When I load the file |
@LinghaoChan Thanks for your reply, i check the data dimension as follow: |
This rotation should be removed. @shunlinlu will act soon. |
OK, I think the format A is right? |
yes, I will revise the readme accordingly. |
Awesome work!
But I met a problem:
When I use the motionx checkpoints, Line249 and Line251 in 'OpenTMA/tma/models/modeltype/temos.py', there is a "size mismatch for main.0.weight: copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 619, 4]). Copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 619, 4])."
I don't know if it's a problem with my Motion-X data processing or with the checkpoint.
The text was updated successfully, but these errors were encountered: