Alphapose(pytorch version)github页面:https://github.com/MVIG-SJTU/AlphaPose/tree/pytorch
搞了双系统win10+ubuntu16.04
在ubuntu16.04内部运行alphapose代码
- python2.7和python3.5,先安装pip3(python3-pip)
- 下代码
git clone -b pytorch https://github.com/MVIG-SJTU/AlphaPose.git
- 安装代码依赖项
pip3 install -r requirements.txt
注意:ntpath总是提示Could not find a version that satisfies the requirement ntpath
单独安装ntpath也没用,上网搜ntpath资料也是少之又少,最后在alphapose的issue中看到有人说ntpath not necessary。fine,不管它!
- 下载duc_se.pth 和yolov3-spp.weights,分别放入./models/sppe and ./models/yolo文件夹里
https://pan.baidu.com/s/15jbRNKuslzm5wRSgUVytrA
https://pan.baidu.com/s/1Zb2REEIk8tcahDa8KacPNA