From 1026dbc2582bc39d235da1e251a35759298c1e27 Mon Sep 17 00:00:00 2001 From: Tommy in Tongji <36354458+TommyZihao@users.noreply.github.com> Date: Thu, 20 Jan 2022 15:32:17 +0800 Subject: [PATCH] Update getting_started.md (#1147) fix bug --- docs/zh_cn/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh_cn/getting_started.md b/docs/zh_cn/getting_started.md index 5fd0d74622..5b18ad336e 100644 --- a/docs/zh_cn/getting_started.md +++ b/docs/zh_cn/getting_started.md @@ -117,7 +117,7 @@ python demo/top_down_img_demo.py \ ```shell python demo/top_down_img_demo.py \ - configs/body/2D_Kpt_SV_RGB_Img/topdown_hm/coco/hrnet_w48_coco_256x192.py \ + configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/hrnet_w48_coco_256x192.py \ https://download.openmmlab.com/mmpose/top_down/hrnet/hrnet_w48_coco_256x192-b9e0b3ab_20200708.pth \ --img-root tests/data/coco/ --json-file tests/data/coco/test_coco.json \ --out-img-root vis_results