From 962aff6264f84c869418bd8d8fd9da86d3c66f9b Mon Sep 17 00:00:00 2001 From: Tau-J <674106399@qq.com> Date: Mon, 20 Mar 2023 10:17:25 +0800 Subject: [PATCH] fix typo --- projects/rtmpose/README.md | 4 ++-- projects/rtmpose/README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/rtmpose/README.md b/projects/rtmpose/README.md index c58cf0b7bb..a4638d9241 100644 --- a/projects/rtmpose/README.md +++ b/projects/rtmpose/README.md @@ -450,7 +450,7 @@ cd ${PATH_TO_MMDEPLOY} # run the command to convert RTMDet python tools/deploy.py \ - configs/mmdet/detection/detection_onnxrumtime_static.py \ + configs/mmdet/detection/detection_onnxruntime_static.py \ {RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \ ../rtmdet_nano/rtmdet_nano.pth \ demo/resources/human-pose.jpg \ @@ -526,7 +526,7 @@ To use SDK, you need to dump the required info during converting the model. Just ```shell # RTMDet python tools/deploy.py \ - configs/mmdet/detection/detection_onnxrumtime_dynamic.py \ + configs/mmdet/detection/detection_onnxruntime_dynamic.py \ {RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \ ../rtmdet_nano/rtmdet_nano.pth \ demo/resources/human-pose.jpg \ diff --git a/projects/rtmpose/README_CN.md b/projects/rtmpose/README_CN.md index 80e815f8bf..efebf147a8 100644 --- a/projects/rtmpose/README_CN.md +++ b/projects/rtmpose/README_CN.md @@ -453,7 +453,7 @@ cd ${PATH_TO_MMDEPLOY} # 转换 RTMDet python tools/deploy.py \ - configs/mmdet/detection/detection_onnxrumtime_static.py \ + configs/mmdet/detection/detection_onnxruntime_static.py \ {RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \ ../rtmdet_nano/rtmdet_nano.pth \ demo/resources/human-pose.jpg \ @@ -531,7 +531,7 @@ backend_config = dict( ```shell # RTMDet python tools/deploy.py \ - configs/mmdet/detection/detection_onnxrumtime_dynamic.py \ + configs/mmdet/detection/detection_onnxruntime_dynamic.py \ {RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \ ../rtmdet_nano/rtmdet_nano.pth \ demo/resources/human-pose.jpg \