Windows10安装AlphaPose(不需要VS版)
code地址:AlphaPose
安装
下载安装代码
git clone -b pytorch https://github.com/MVIG-SJTU/AlphaPose.git
安装依赖包
pip install -r requirements.txt
在这一步,安装torch==0.4.0遇到ERROR: No matching distribution found for torch==0.4.0报错。
首先查看了一下当前电脑里的torch版本。
torch.__version__
#
原创
2020-08-28 21:15:11 ·
3297 阅读 ·
1 评论