在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