AirPose icon indicating copy to clipboard operation
AirPose copied to clipboard

Errors in runing time

Open helloyuning opened this issue 1 year ago • 2 comments

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

helloyuning avatar Mar 26 '24 01:03 helloyuning

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.

nitin-ppnp avatar Mar 26 '24 09:03 nitin-ppnp

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

helloyuning avatar Mar 26 '24 10:03 helloyuning