You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question on generating an animation with an avatar trained with the X-Human Dataset with a AMASS sequence.
In the .yaml config file that you have provided, I have added:
Hello! It's difficult to say what exactly the problem is. Could you please provide the entire stack trace of the error indicating which line and function it occurred on.
Meanwhile, I can assume that the problem is num_pca_comps=12. Try to set use_pca_for_hands: False in the config.
Hi, thanks for the amazing work.
I have a question on generating an animation with an avatar trained with the X-Human Dataset with a AMASS sequence.
In the .yaml config file that you have provided, I have added:
but it doesn't seem to work and gets this error:
RuntimeError: shape '[-1, 15, 3]' is invalid for input of size 12
It seems like a data size mismatch with the smplx_input, but I'm not sure how to fix this error.
Do you have any insight on this?
Thanks.
The text was updated successfully, but these errors were encountered: