I am very happy to be open source. I found two problems during the execution of the code.
using SMPL-v1.1.0 with 300 shapes can't run successfully with such RuntimeError:
The reason for this error is that the dimensions of betas read from the /data/neuman/dataset are only 10, which does not match the recommended smpl-v1.1.0 which has 300 dims PCs.
[qiuck fix]use SMPL-V1.0.0 is OK
Inconsistency between keywords in configfile and code.
[quick fix] Just make sure that the keyword cfg.human.name is consistent in the configfile and code.
I am very happy to be open source. I found two problems during the execution of the code.
The reason for this error is that the dimensions of betas read from the /data/neuman/dataset are only 10, which does not match the recommended smpl-v1.1.0 which has 300 dims PCs.
[qiuck fix] use SMPL-V1.0.0 is OK
[quick fix] Just make sure that the keyword cfg.human.name is consistent in the configfile and code.