在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-masterexamples utorial_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