Skip to content

Conversation

@syKevinPeng
Copy link

The current transfer model script requires .npz model file instead of pkl. Updating this to reflect current file ext as described in the readme.

The current transfer model script requires npz instead of pkl. Updating this to reflect current file ext as described in the readme.
…line 356 to reflect correct name.

If statement starting from line 345 was never triggered, which result of "None" output for translation optimization. There is not "translation" key in var_dict, but transl (which is initialized in line 216).
@syKevinPeng
Copy link
Author

Issue a):
File: transfer_model.py
If statement starting from line 345 was never triggered, which result of "None" output for translation optimization. There is not "translation" key in var_dict, but transl (which is initialized in line 216).

Issue b):
Current default file extention for simple model is .pkl. However, the default config for transfering SMPL to SMPLH is still using .npz.

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

Successfully merging this pull request may close these issues.

1 participant