Skip to content

Update default ext from npz to pkl in body_model_defaults.py#213

Open
syKevinPeng wants to merge 2 commits into
vchoutas:mainfrom
syKevinPeng:main
Open

Update default ext from npz to pkl in body_model_defaults.py#213
syKevinPeng wants to merge 2 commits into
vchoutas:mainfrom
syKevinPeng:main

Conversation

@syKevinPeng
Copy link
Copy Markdown

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
Copy Markdown
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