Openpose

  VIT

1.下载源文件

git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose

 

2.下载依赖

https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation/1_prerequisites.md

 

3.下载模型

 

4.编译

GPU CPU版本

 

5.将编译好的python包加入python的库中

# 查看package地址
pip -V

 

6.修改文件中的 model 和 图像的地址,删除一个../

 

https://blog.csdn.net/weixin_44379605/article/details/121980761

https://github.com/CMU-Perceptual-Computing-Lab/openpose#installation