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

When running the smpl_torch_batch.py in the google colaboratory enviroment, I encounter a problem. #31

Closed
hcp6897 opened this issue Sep 17, 2019 · 1 comment

Comments

@hcp6897
Copy link

hcp6897 commented Sep 17, 2019

When running the smpl_torch_batch.py in the google colaboratory enviroment, I encounter a problem.
command1:
!python3 smpl_torch_batch.py
error1:
Traceback (most recent call last):
File "smpl_torch_batch.py", line 228, in
test_gpu([1])
File "smpl_torch_batch.py", line 211, in test_gpu
model = SMPLModel(device=device)
File "smpl_torch_batch.py", line 18, in init
np.array(params['joint_regressor'].T.todense())
KeyError: 'joint_regressor'

cmmand2:
!python3 SMIL_torch_batch.py

error2:
Traceback (most recent call last):
File "SMIL_torch_batch.py", line 217, in
from smil_np import SMILModel
ModuleNotFoundError: No module named 'smil_np'

@CalciferZh CalciferZh reopened this Sep 24, 2019
@hcp6897 hcp6897 changed the title When running the smpl_torch_batch.py in the google colaboratory enviroment, I encountern a problem. When running the smpl_torch_batch.py in the google colaboratory enviroment, I encounter a problem. Sep 24, 2019
@CalciferZh
Copy link
Owner

Should be fixed now. Apologize for the late response.

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