Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Key error #11

Closed
SizheAn opened this issue Mar 25, 2022 · 1 comment
Closed

Key error #11

SizheAn opened this issue Mar 25, 2022 · 1 comment

Comments

@SizheAn
Copy link

SizheAn commented Mar 25, 2022

Hi,

Thanks for the great work.
I try to run the example for smpl but there are key errors.
In the code we load these parameters:

` self.J_regressor = params['J_regressor']

  self.skinning_weights = params['skinning_weights']

  self.mesh_pose_basis = params['mesh_pose_basis'] # pose blend shape
  self.mesh_shape_basis = params['mesh_shape_basis']
  self.mesh_template = params['mesh_template']

  self.faces =  params['faces']

  self.parents = params['parents']`

But in the basicModel_f_lbs_10_207_0_v1.0.0.pkl model I only have these parameters:
dict_keys(['J_regressor_prior', 'f', 'J_regressor', 'kintree_table', 'J', 'weights_prior', 'weights', 'vert_sym_idxs', 'posedirs', 'pose_training_info', 'bs_style', 'v_template', 'shapedirs', 'bs_type'])

Loos like only J_regressor is matching. Could you please give me some pointers about it?

@SizheAn
Copy link
Author

SizheAn commented Mar 25, 2022

nvm found the prepare_model.py lol

@SizheAn SizheAn closed this as completed Mar 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant