Daniil-Osokin / lightweight-human-pose-estimation-3d-demo.pytorch

Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Apache License 2.0
656 stars 138 forks source link

Run it on Windows #48

Closed georgeftakla closed 3 years ago

georgeftakla commented 3 years ago

Not a bug. the "pip install -r requirments.txt" errs on Torch. is there a workaround that? I am using windows 10 and Python 3.6 thanks

georgeftakla commented 3 years ago

I found a solution on https://pytorch.org/get-started/locally/ that provided the needed script by choosing the right attributes

for me, this pip command worked : pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html