AirPose
                                
                                
                                
                                    AirPose copied to clipboard
                            
                            
                            
                        Errors in runing time
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:
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
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.
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