Dockerfile to run Openpose as a server/service.
Go to file
Ruben van de Ven 9ceb71286c First PoC 2022-10-31 14:37:33 +01:00
app First PoC 2022-10-31 14:37:33 +01:00
data First PoC 2022-10-31 14:37:33 +01:00
Dockerfile First PoC 2022-10-31 14:37:33 +01:00
README.md First PoC 2022-10-31 14:37:33 +01:00

README.md

openpose-docker-python

Run python applications which use the openpose python module

Based on https://github.com/esemeniuc/openpose-docker

Usage

docker build -t openpose-ubuntu20 .
docker run --rm --gpus all -v `pwd`/data:/data --user $(id -u):$(id -g)  -v `pwd`/app:/app   --workdir=/app -e HOME=/app -it openpose-ubuntu20 python3 break_on_scale.py --steps 500