From b0981f1074418255a7fa1e197ad386c422f8e357 Mon Sep 17 00:00:00 2001 From: Wei Jiang Date: Tue, 30 Jun 2020 11:12:02 -0700 Subject: [PATCH] fix typo --- readme/GETTING_STARTED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/GETTING_STARTED.md b/readme/GETTING_STARTED.md index b0598551e..55bd24267 100644 --- a/readme/GETTING_STARTED.md +++ b/readme/GETTING_STARTED.md @@ -32,7 +32,7 @@ python test.py multi_pose --exp_id dla --keep_res --load_model ../models/multi_p and the following for hourglass ~~~ -python test.py multi_pose --exp_id hg --arch hourglass --keep_res --load_model ../models/multi_pose_dla_3x.pth --flip_test +python test.py multi_pose --exp_id hg --arch hourglass --keep_res --load_model ../models/multi_pose_hg_3x.pth --flip_test ~~~ The expected results can be found in the model zoo.