Openpose: F0616 errors - Failed to parse NetParameter file: *.caffemodel

Created on 15 Jun 2017  路  5Comments  路  Source: CMU-Perceptual-Computing-Lab/openpose

Issue summary

Not sure with the error

Executed command (if any)

./build/examples/openpose/openpose.bin --image_dir examples/media/

OpenPose output (if any)

F0616 05:01:45.039072 27538 upgrade_proto.cpp:95] Check failed: ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: models/pose/coco/pose_iter_440000.caffemodel

Type of issue

You might select multiple topics, delete the rest:

  • Compilation/installation error
  • Execution error

Your system configuration

Operating system (lsb_release -a on Ubuntu): 16.04
CUDA version (cat /usr/local/cuda/version.txt in most cases): 8.0.61
cuDNN version: 5.1
GPU model (nvidia-smi): GTX850M
Caffe version: Default from OpenPose
OpenCV version: installed with apt-get install libopencv-dev
Compiler (gcc --version on Ubuntu): gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

help wantequestion

Most helpful comment

That might happen if models/pose/coco/pose_iter_440000.caffemodel was not properly downloaded.

Please, manually remove models/pose/coco/pose_iter_440000.caffemodel and re-download it again:
cd models/
bash getModels.sh

Let us know your result.

All 5 comments

That might happen if models/pose/coco/pose_iter_440000.caffemodel was not properly downloaded.

Please, manually remove models/pose/coco/pose_iter_440000.caffemodel and re-download it again:
cd models/
bash getModels.sh

Let us know your result.

I remove all the files and reinstall again...now it works very well...thanks

can you tell me how to download windows using getModels.sh file?

@nanthakumar94
I saw getModels.bat alongside getModels.sh under models/, try in cmd with

cd models
.\getModels.bat 

i have met the same problem! and I redownloaded the caffemodel file, but it doesn't work. plz help, thank you!

Was this page helpful?
0 / 5 - 0 ratings