I'm using a local caffe installation and I'm getting this error when I'm running the openpose command from outside of the openpose directory. This works: ./build/examples/openpose/openpose.bin --video video.mp4
# Compile Caffe make all -j`nproc` && make distribute -j`nproc` ### Install OpenPose ### cd ../../models/ bash ./getModels.sh # It just downloads the Caffe trained models cd .. cp scripts/ubuntu/Makefile.example Makefile # Same file cp command as the one used for C...
Check the folders to ensure that the model binaries (.caffemodel files ) have been downloaded. If you are not able to run the above script, then you can download the model by clickinghere. Once you download the weight file, put it in the “pose/coco/” folder. 3. Step 1: Generate ...
The trained model upload only use to test but not good enough to use in practice. I did not trained it good enough. Pleas make sure that.updateThe original caffe prototxt(provided by paper author) has been upload, you can found in repo file named "lightweight_openpose.prototxt"...
I have compile my own caffe and Protobuf, my cuda is 8.0, cudnn is 6.0.21, protobuf is 2.5.0. And after I run make -jnproc``, I run the ./build/examples/openpose/openpose.bin --video examples/media/video.avi, i get this error: Errors Sta...