-
Notifications
You must be signed in to change notification settings - Fork 77
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
error in running demo.py #11
Comments
you can add the following three lines: pose = pose.to(device), shape=shape.to(device), mano = mano.to(device) |
where should i add those lines |
after you get yourfirst pose, shape and mano |
after adding also, i am getting same error |
I got the same problem. |
thanks a lot~ And could you please help us to solve the second error. https://user-images.githubusercontent.com/65106584/121189840-1f3b0080-c888-11eb-8d00-9e900fd04d13.png |
thx |
thank you |
i want to konw why i had added everthing you said but i also can not run demo |
|
it seems two arguments are not in same device, please check this issue carfully. |
|
this might be related to version of matplotlib.---- Replied Message ***@***.***>Date04/03/2022 20:19 ***@***.***> CcRaphaël ***@***.******@***.***>SubjectRe: [MengHao666/Minimal-Hand-pytorch] error in running demo.py (#11)
yeah i solved this problem but when running the demo.py i cannot display the plot
error:PyEval_RestoreThread: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#11 (comment)",
"url": "#11 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
I had the same problem as you, have you solved it yet? |
i am getting this issue on running demo.py. can you help me in resolving this error.
The text was updated successfully, but these errors were encountered: