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

AlphaPose Project for python don't run on my windows10 (2020) #113

Closed
talentedFullStack opened this issue Apr 17, 2020 · 0 comments
Closed

Comments

@talentedFullStack
Copy link

hi, I can't run alphapose project on my windows 10.
I installed cuda 10.2 and add environment to path "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v10.2\bin" and add dll file of intel-openmp-2018.0.3-0.tar to the bin path.
I used pytorch version 0.4.0
but error occured. error is following:
G:\work\python\AlphaPose>python webcam_demo.py --vis
Traceback (most recent call last):
File "webcam_demo.py", line 11, in
from dataloader_webcam import WebcamLoader, DetectionLoader, DetectionProcessor, DataWriter, crop_from_dets, Mscoco
File "G:\work\python\AlphaPose\dataloader_webcam.py", line 7, in
from SPPE.src.utils.img import load_image, cropBox, im_to_torch
File "G:\work\python\AlphaPose\SPPE\src\utils\img.py", line 269
x = x.cuda(async=True)
^
SyntaxError: invalid syntax

Why this happened?
Please help me.

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