You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: demo/README.md
+44-6
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@ Inferencing the deep-high-resolution-net.pytoch without using Docker.
5
5
## Prep
6
6
1. Download the researchers' pretrained pose estimator from [google drive](https://drive.google.com/drive/folders/1hOTihvbyIxsm5ygDpbUuJ7O_tzv4oXjC?usp=sharing) to this directory under `models/`
7
7
2. Put the video file you'd like to infer on in this directory under `videos`
8
-
3. build the docker container in this directory with `./build-docker.sh` (this can take time because it involves compiling opencv)
9
-
4. update the `inference-config.yaml` file to reflect the number of GPUs you have available
8
+
3.(OPTIONAL) build the docker container in this directory with `./build-docker.sh` (this can take time because it involves compiling opencv)
9
+
4. update the `inference-config.yaml` file to reflect the number of GPUs you have available and which trained model you want to use.
0 commit comments