We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8814f5d commit 36f0944Copy full SHA for 36f0944
README.md
@@ -51,7 +51,7 @@ Make sure you have [docker](https://docs.docker.com/get-docker/) with [nvidia-do
51
52
```bash
53
# [Example 1]: Doing inference on given video, copy the output.avi to the local path.
54
-docker run --rm --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
+docker run --name quick-start --gpus all tensorlayer/hyperpose --runtime=stream
55
docker cp quick-start:/hyperpose/build/output.avi .
56
docker rm quick-start
57
0 commit comments