OpenPose+win10安装

openpose在win10上的环境配置和安装,主要参考:
https://blog.csdn.net/yuhijk2055/article/details/81637832

另一篇博客后半部分有讲如何使用代码实现相应的功能:
https://blog.csdn.net/lgh0824/article/details/75949477

电脑配置比较渣,很容易出现以下错误,是内存问题:
OpenPose+win10安装_第1张图片

作者给出的单独的face或hand的检测方法:
更快,但准确率有影响。
https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/standalone_face_or_hand_keypoint_detector.md

你可能感兴趣的:(openpose,深度学习与计算机视觉,C++,手势识别)