Not sure with the error
./build/examples/openpose/openpose.bin --image_dir examples/media/
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
You might select multiple topics, delete the rest:
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
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!
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.shLet us know your result.