any one clear this error because if i include in command line
openposedemo.exe --face this error come
Error:
Prototxt file not found: models\face/pose_deploy.prototxt.
Possible causes:
1. Not downloading the OpenPose trained models.
2. Not running OpenPose from the same directory where the model
folder is located.
3. Using paths with spaces.
Asked
Active
Viewed 1,351 times
0

Nantha Kumar
- 1
- 3
-
What happens when you fix the probable causes ? – NitinSingh Jul 19 '18 at 09:10
-
openposedemo.exe to execute file in command prompt i got this error file not found:models\face/pose_deploy.prototxt. – Nantha Kumar Jul 20 '18 at 01:35
-
Starting OpenPose demo... Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0. Error: Prototxt file not found: models\hand/pose_deploy.prototxt. Possible causes: 1. Not downloading the OpenPose trained models. 2. Not running OpenPose from the same directory where the `model` folder is located. 3. Using paths with spaces. – Nantha Kumar Jul 20 '18 at 02:12
1 Answers
0
If running Windows tryIf running Windows 10 try opening an admin command prompt in your openpose root folder and then paste bin\OpenPoseDemo.exe. You have to run it from the root context you cannot cd into the bin folder and then run it from there.
C:\openpose\bin\openposedemo.exe

dan
- 2,857
- 6
- 34
- 60