Dockerfile to run Openpose as a server/service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ruben van de Ven f9b4470f92
.env file with settings for Docker
5 months ago
app notebook for openpose 5 months ago
data First PoC 5 months ago
.dockerignore Set up with jupyter notebook 5 months ago
.env .env file with settings for Docker 5 months ago
Dockerfile Set up with jupyter notebook 5 months ago
README.md First PoC 5 months ago
docker-compose.yml Set up with jupyter notebook 5 months ago

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