Closed Xianjin111 closed 2 years ago
Hello. This might be because you are using an old version of the smplx
library. Please make sure that you have version 0.1.28
installed as indicated in the requirements file.
If for some reason you really can't upgrade to the newest version you could replace SMP.SHAPE_SPACE_DIM
in the code here to be hardcoded to 300. However, using an old version of smplx
may affect other parts of the code in unexpected ways, so I would suggest avoiding this.
Hello. This might be because you are using an old version of the
smplx
library. Please make sure that you have version0.1.28
installed as indicated in the requirements file.If for some reason you really can't upgrade to the newest version you could replace
SMP.SHAPE_SPACE_DIM
in the code here to be hardcoded to 300. However, using an old version ofsmplx
may affect other parts of the code in unexpected ways, so I would suggest avoiding this.
Thank you for your solution. I have solved this problem after I updated the smplx to version 0.1.28.
Thank you for your perfect work. When I run the optimization on the demo video, I met the following problem:
I have downloaded the smplh model from the website. Could you please give me some advice?
Thx!