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
Hi, I was able to install all the dependencies and run Hybrik. But I am blocked by the following line new_dict['smpl_pose'] = smpl_pose_wroot[:, 1:].reshape(-1, 69)
ValueError: cannot reshape array of size 47700 into shape (69)
I even tried with different video patterns in the repo and it is still the same issue.
The text was updated successfully, but these errors were encountered:
koushikam
changed the title
cannot reshape tinto shape 69
cannot reshape into shape 69
Feb 16, 2023
Hi, I was able to install all the dependencies and run Hybrik. But I am blocked by the following line
new_dict['smpl_pose'] = smpl_pose_wroot[:, 1:].reshape(-1, 69)
ValueError: cannot reshape array of size 47700 into shape (69)
I even tried with different video patterns in the repo and it is still the same issue.
The text was updated successfully, but these errors were encountered: