Closed LazyBusyYang closed 1 year ago
The error was caused by lacking of mask's updating in function from_param_dict
in xrmocap/xrmocap/data_structure/body_model/smpl_data.py
. We have fixed the bug in https://github.com/openxrlab/xrmocap/pull/89.
Length of mask is 1 when a SMPLData instance is being constructed with default arguments. After it loads SMPLify results(or results from body_model), everything changes except mask. Below is a script to reproduce the issue.
And the output is: