This commit is contained in:
louiscklaw
2025-01-31 22:09:43 +08:00
parent abf2c0c67b
commit 97df42e0d5
5 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# openpose-docker
A docker build file for CMU openpose with Python API support
https://hub.docker.com/r/cwaffles/openpose
### Requirements
- Nvidia Docker runtime: https://github.com/NVIDIA/nvidia-docker#quickstart
- CUDA 10.0 or higher on your host, check with `nvidia-smi`
### Example
`docker run -it --rm --gpus all -e NVIDIA_VISIBLE_DEVICES=0 cwaffles/openpose`
The Openpose repo is in `/openpose`