From c068dea2b9ed3463bc552dff8f98c37b6ecfc9ef Mon Sep 17 00:00:00 2001 From: sarthak jain <99114224+sartq333@users.noreply.github.com> Date: Tue, 28 Jan 2025 01:02:43 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6d831..0562a10 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,12 @@ mim install "mmpose>=1.1.0" ### Download weights -You can download weights manually as follows: +You can download weights automatically (in the desired directory structure) by running this command: + +```shell +downloading_weights.py +``` +or you can download weights manually as follows: 1. Download our trained [weights](https://huggingface.co/TMElyralab/MusePose). From cce6b08d9f534d824154a63f3bb97cb65698dfbd Mon Sep 17 00:00:00 2001 From: sarthak jain <99114224+sartq333@users.noreply.github.com> Date: Tue, 28 Jan 2025 01:03:19 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0562a10..f7dc3dd 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ mim install "mmpose>=1.1.0" You can download weights automatically (in the desired directory structure) by running this command: ```shell -downloading_weights.py +python3 downloading_weights.py ``` or you can download weights manually as follows: