-
Notifications
You must be signed in to change notification settings - Fork 340
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
Errors in fitting.py #209
Comments
Hi! I am running the code as follows:
I have changed Now I am seeing some errors in the fitting.py file in the lines 74 to 80:
I did some debugging and printed body_pose and it turns out body_pose is a dictionary which looks like this :
And it is giving me TypeError in the vposer.decode function which says decode() got an unexpected keyword argument 'output_type': I removed the output_type and then also got an error for .view() part of the argument which shows an AttributeError: So I also removed that and now the changed code looked like the following:
BUT this still gives errors as the wrist_pose = torch.zeros([body_pose.shape[0], 6],
However, at this point I've made multiple changes to the code and in the last line the tensor dimensions do not agree. Can someone tell me what is going on and where I am going wrong? Thanks a lot @vchoutas @geopavlakos @dimtzionas @MichaelJBlack |
I have the same problem, have you figured it out? @vchoutas @geopavlakos @dimtzionas @MichaelJBlack @shrutic12 |
No description provided.
The text was updated successfully, but these errors were encountered: