robot-perception-group / AirPose

This repository contains the code of AirPose, our multi-view fusion network for Human Pose and Shape Estimation method
MIT License
52 stars 6 forks source link

Errors in runing time #4

Open helloyuning opened 7 months ago

helloyuning commented 7 months ago

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 commented 7 months ago

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 commented 7 months ago

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