diff --git a/README.md b/README.md index f340b7a..e703c03 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ As mentioned in the README from [alphapose-docker](https://git.rubenvandeven.com 3. A pretrained AlphaPose model can be place in the `alphapose-docker/pretrained_models` directory. See their [Model Zoo](https://github.com/MVIG-SJTU/AlphaPose/blob/master/docs/MODEL_ZOO.md) for the various options. 4. For pose tracking, see the [pose tracking module](https://github.com/MVIG-SJTU/AlphaPose/tree/master/trackers). Make sure to add the necessary folder as a volume to the `docker run` command. + +Then make sure to download COCO keypoint 2017 to the data directory: + +```bash +./downloadCOCO.sh +``` + ## Usage Then the scripts can be invoked with `poetry run python ....py`