ubuntu下运行alphapose

1 从github下代码

https://github.com/MVIG-SJTU/AlphaPose

2安装l pytorch1.1 ,python3.6(3.5不行 最新版的Alphapose不支持3.5 原因是里面的yolo读取cfg的方法是3.6的特性)

3运行 python3 setup.py pillow库注意版本需要时4.0的

ubuntu下运行alphapose_第1张图片

 

最后终端输入 sudo python3 scripts/demo_inference.py --cfg 1.yaml --checkpoint 1.pth --vis --webcam 0 --outdir examples/cam --save_video

1.yaml 1.pth 是权重和cfg

网盘可以下

链接:https://pan.baidu.com/s/1OqpD5AaCbV9CBEl4SBehgQ 
提取码:zu3a

你可能感兴趣的:(笔记)