Hi there. I am trying to run your docker container but am running into a problem which I am finding across a number of different openpose docker containers.
When I build it and run something like ./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video deleteMe.avi --display 0 I get the following output.
Starting OpenPose demo...
Configuring OpenPose...
Starting thread(s)...
---------------------------------- WARNING ----------------------------------
We have introduced an additional boost in accuracy of about 0.5% with respect to the official OpenPose 1.4.0 (using default settings). Currently, this increase is only applicable to CUDA version, but will eventually be ported to CPU and OpenCL versions. Therefore, CPU and OpenCL results might vary. Nevertheless, this accuracy boost is almost insignificant so CPU and OpenCL versions can be safely used, they will simply provide the exact same accuracy than OpenPose 1.4.0.
-------------------------------- END WARNING --------------------------------
Killed
Hi there. I am trying to run your docker container but am running into a problem which I am finding across a number of different openpose docker containers.
When I build it and run something like
./build/examples/openpose/openpose.bin --video examples/media/video.avi --write_video deleteMe.avi --display 0
I get the following output.Any advice would be much appreciated. Thanks!