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
Thank you for your hard work. Great job!
when I run the command data_utils/triangulation.py , I find the key called 'joint_regressor' in smpl_torch_batch.py line 39 for name in ['J_regressor', 'joint_regressor', 'weights', 'posedirs', 'v_template', 'shapedirs']: _tensor = getattr(self, name) is not exited.
So I check the SMPL official model basicModel_neutral_lbs_10_207_0_v1.0.0.pkl when I run preprocess.py , the keys in basicModel_neutral_lbs_10_207_0_v1.0.0.pkl are:
So which file do I need when I run preprocess.py?
The text was updated successfully, but these errors were encountered:
Thank you for your hard work. Great job!
when I run the command
data_utils/triangulation.py
, I find the key called 'joint_regressor' in smpl_torch_batch.py line 39for name in ['J_regressor', 'joint_regressor', 'weights', 'posedirs', 'v_template', 'shapedirs']: _tensor = getattr(self, name)
is not exited.So I check the SMPL official model
basicModel_neutral_lbs_10_207_0_v1.0.0.pkl
when I run preprocess.py , the keys inbasicModel_neutral_lbs_10_207_0_v1.0.0.pkl
are:So which file do I need when I run preprocess.py?
The text was updated successfully, but these errors were encountered: