Simple containerization of OpenPose for simple plug-and-play (aka OpenPose without tears).
You will need a host system with drivers for cuda 10
(1) clone this repository
git clone https://github.com/jutanke/openpose_docker.git
(2) build the docker container
cd openpose_docker && ./build.sh
(3) Usage:
./openpose.sh /your/img/input/dir /your/output/dir/keypoints/json
The keypoint json files will be located in the output folder.