在使用openpose对视频提取骨骼点出现如下错误
rototxt file not found: models\pose/coco/pose_deploy_linevec.prototxt.
Possible causes:
1. Not downloading the OpenPose trained models.
2. Not running OpenPose from the root directory (i.e., where the `model` folder is located, but do not move the `model` folder!). E.g.,
Right example for the Windows portable binary: `cd {OpenPose_root_path}; bin/openpose.exe`
Wrong example for the Windows portable binary: `cd {OpenPose_root_path}/bin; openpose.exe`
3. Using paths with spaces.
解决方案:
将箭头处路径换成你openpose的安装路径即可