You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "src/affordance.py", line 105, in <module>
vertices_org, vertices_can, faces_arr, body_model, R_can, pelvis, torch_param, vertices_clothed = data_utils.pkl_to_canonical(
File "<path>/POSA/src/data_utils.py", line 83, in pkl_to_canonical
body_model.reset_params(**torch_param)
File "<path>/lib/python3.8/site-packages/torch/autograd/grad_mode.py", line 28, in decorate_context
return func(*args, **kwargs)
File “<path>/lib/python3.8/site-packages/smplx-0.1.28-py3.8.egg/smplx/body_models.py", line 289, in reset_params
RuntimeError: The expanded size of the tensor (16) must match the existing size (10) at non-singleton dimension 1. Target sizes: [1, 16]. Tensor sizes: [10]
The above Runtime Error is coming when running the sample commands like:
The above Runtime Error is coming when running the sample commands like:
The text was updated successfully, but these errors were encountered: