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

 

最后终端输入 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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-09-14
  • 2021-06-18
  • 2021-11-28
  • 2022-03-09
猜你喜欢
  • 2021-06-08
  • 2021-10-19
  • 2022-12-23
  • 2021-05-23
  • 2021-04-04
  • 2021-07-18
  • 2022-12-23
相关资源
相似解决方案