cpu-only install
Thank you. I followed 4-7 from (https://github.com/MVIG-SJTU/AlphaPose/issues/817#issuecomment-840260684) and got it working on ubuntu 20.04. Now I am on ubuntu 18.04 with no Nvidia card I followed exactly all 2-8 instructions python36, removed all cuda and installed cuda 10.1 and pytorch==1.7.1 torchvision==0.8.2 cpuonly -c pytorch
removed ext_modules=get_ext_modules(), from setup.py as I am on cpu only machine
Now I am getting : File "/home/user/gesture_detect/gesture_detect/models/layers/dcn/deform_conv.py", line 11, in from . import deform_conv_cuda ImportError: libcudart.so.10.0: cannot open shared object file: No such file or directory
what is the possible way to resolve this? I tried with symlinks but no luck thank you
Source: MVIG-SJTU/AlphaPose