在windows平台使用pythonAPI运行一个识别手指的demo

一、准备文件

1.下载源码

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

2.将模型下载后拷贝至对应的文件

模型下载地址:
https://www.aiuai.cn/aifarm708.html

 

二、运行调试

1.参考文档

examples/tutorial_api_python/.

2.使用配置好环境的pythonIDE打开

openpose-master\examples\tutorial_api_python

①运行代码报错:No module named 'pyopenpose'

问题分析:缺少pyopenpose模块

解决措施:https://github.com/FORTH-ModelBasedTracker/PyOpenPose

????????????????待更新

openpose的pythonAPI

ubuntu:https://blog.csdn.net/zziahgf/article/details/90706929

windows:https://blog.csdn.net/xuelanlingying/article/details/102793110

 

 

相关文章:

  • 2021-05-04
  • 2022-01-02
  • 2021-07-27
  • 2021-07-02
  • 2022-01-11
  • 2021-06-21
  • 2021-04-26
  • 2021-07-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2022-01-08
  • 2021-09-05
  • 2022-12-23
相关资源
相似解决方案