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

about dependices #7

Closed
MengHao666 opened this issue Nov 6, 2020 · 2 comments
Closed

about dependices #7

MengHao666 opened this issue Nov 6, 2020 · 2 comments

Comments

@MengHao666
Copy link

Hi, when I run example.py. I got errors as follows:

Traceback (most recent call last): File "/home/haomeng/PycharmProjects/Minimal-IK/example.py", line 20, in <module> mesh = KinematicModel(config.MANO_MODEL_PATH, MANOArmature, scale=1000) File "/home/haomeng/PycharmProjects/Minimal-IK/models.py", line 23, in __init__ params = pickle.load(f) UnicodeDecodeError: 'ascii' codec can't decode byte 0xd5 in position 2: ordinal not in range(128)

It seems that code need to run in python2.X version but another dependices called open3d couldn't run in python2.X.

Could you export your virtual environment and provide the .yaml file.
Thanks!

@CalciferZh
Copy link
Owner

It's because the released SMPL model in under py2. I think you only need to modify the part that loads the model.

@MengHao666
Copy link
Author

Got it, thanks!

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

2 participants