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

Errors in runing time #4

Open
helloyuning opened this issue Mar 26, 2024 · 2 comments
Open

Errors in runing time #4

helloyuning opened this issue Mar 26, 2024 · 2 comments

Comments

@helloyuning
Copy link

Hello, authors.
Thanks for your greate work and sharing.

I try to test the twoview copenet on synthetic dataset,
but i got a error as follow:
2024-03-26_10-50
I think this error happened because I got code from official smplx
As you mentioned, you modified the official smplx code

Can you give some advice or post the modified smplx code to this repo?

Thank you,
yuning

@nitin-ppnp
Copy link
Contributor

You need to check the size of your tensors which you are passing to smplx. Debug line 189 of the aerialpeople dataset class. betas are usually Nx10 values, global orient are Nx3 values. Check the other ones too.

@helloyuning
Copy link
Author

You need to check the size of your tensors which you are passing to smplx. Debug line 189 of the aerialpeople dataset class. betas are usually Nx10 values, global orient are Nx3 values. Check the other ones too.

Thanks for your fast reply
Actually I'm new commer of pytorch lightning
so I cannot debug specifically right now

But a question is the modified smplx is same with official smplx?
Because I followed the tutorial to set everything,
I think the error is from official smplx code

Thanks,
yuning

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

2 participants