Skip to content

heyheyjp/openpose_docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containerized OpenPose

Simple containerization of OpenPose for simple plug-and-play (aka OpenPose without tears).

openpose_result

Usage

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.

About

Openpose inside a docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 72.9%
  • Shell 27.1%