shihenw / convolutional-pose-machines-release

Code repository for Convolutional Pose Machines, CVPR'16
Other
878 stars 343 forks source link

Error when running Python demo code #20

Open vishalathreya opened 8 years ago

vishalathreya commented 8 years ago

Hi! Sorry if this seems obvious. I tried running the python demo code. The person detector part works fine and produces proper output but the pose estimation part throws the following error when run -:

F0729 17:17:08.473501 4504 upgrade_proto.cpp:86] Check failed: ReadProtoFromBinaryFile(param_file, param) Failed to parse NetParameter file: ../../model/_trained_MPI/pose_iter_320000.caffemodel * Check failure stack trace: * Aborted (core dumped)

How do I correct this?

shihenw commented 8 years ago

Hi, maybe the file is somehow corrupted so try download the model again?