From b9a3ef3a81252b997864a9b1007b751616780900 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 8 Mar 2023 14:48:29 +0100 Subject: [PATCH] Mention COCO download --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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`