Skip to content

tachillon/build-openpose-using-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build CMU OpenPose using Docker

CAUTION: the machine on which you build the docker needs to have NVidia drivers installed since we are going to install OpenPose with CUDA support.

How to build using docker

docker build -t <my-docker-name>:<tag> .

Running OpenPose Through docker

docker run --rm -it --gpus all -w /opt/openpose -v ${PWD}:/tmp <my-docker-name>:<tag> /opt/openpose/build/examples/openpose/openpose.bin --video /opt/openpose/examples/media/video.avi --write_json /tmp --display 0 --render_pose 0