seancook / docker-openpose-cpu

Dockerfile for CPU-only OpenPose
12 stars 8 forks source link

"Killed" when running openpose #3

Open jkelso662 opened 3 years ago

jkelso662 commented 3 years ago

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

Any advice would be much appreciated. Thanks!

jkelso662 commented 3 years ago

Update

Apologies. I did not know this was a memory-related thing. I assigned docker more memory and now it works! Thanks.