在使用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的安装路径即可
文章讲述了在使用OpenPose对视频进行骨骼点提取时遇到的rototxtfilenotfound错误,可能原因包括未下载预训练模型、运行OpenPose时未从根目录启动以及路径中包含空格。提供了解决方案,即确保将路径更改为OpenPose的安装路径。

1553

被折叠的 条评论
为什么被折叠?



