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

本文档详细介绍了在Ubuntu16.04上安装配置Alphapose(PyTorch版本)的步骤,包括解决ntpath依赖问题、安装PyTorch、下载模型权重、安装NVIDIA驱动、处理CUDA内存不足的错误,以及处理系统重启后黑屏的问题。通过这个过程,读者可以成功运行Alphapose并进行人体关键点检测。
最低0.47元/天 解锁文章
4865

被折叠的 条评论
为什么被折叠?



