Skip to content

Commit 962aff6

Browse files
committed
fix typo
1 parent 90efa46 commit 962aff6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

projects/rtmpose/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ cd ${PATH_TO_MMDEPLOY}
450450

451451
# run the command to convert RTMDet
452452
python tools/deploy.py \
453-
configs/mmdet/detection/detection_onnxrumtime_static.py \
453+
configs/mmdet/detection/detection_onnxruntime_static.py \
454454
{RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \
455455
../rtmdet_nano/rtmdet_nano.pth \
456456
demo/resources/human-pose.jpg \
@@ -526,7 +526,7 @@ To use SDK, you need to dump the required info during converting the model. Just
526526
```shell
527527
# RTMDet
528528
python tools/deploy.py \
529-
configs/mmdet/detection/detection_onnxrumtime_dynamic.py \
529+
configs/mmdet/detection/detection_onnxruntime_dynamic.py \
530530
{RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \
531531
../rtmdet_nano/rtmdet_nano.pth \
532532
demo/resources/human-pose.jpg \

projects/rtmpose/README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ cd ${PATH_TO_MMDEPLOY}
453453

454454
# 转换 RTMDet
455455
python tools/deploy.py \
456-
configs/mmdet/detection/detection_onnxrumtime_static.py \
456+
configs/mmdet/detection/detection_onnxruntime_static.py \
457457
{RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \
458458
../rtmdet_nano/rtmdet_nano.pth \
459459
demo/resources/human-pose.jpg \
@@ -531,7 +531,7 @@ backend_config = dict(
531531
```shell
532532
# RTMDet
533533
python tools/deploy.py \
534-
configs/mmdet/detection/detection_onnxrumtime_dynamic.py \
534+
configs/mmdet/detection/detection_onnxruntime_dynamic.py \
535535
{RTMPOSE_PROJECT}/rtmdet/person/rtmdet_nano_320-8xb32_coco-person.py \
536536
../rtmdet_nano/rtmdet_nano.pth \
537537
demo/resources/human-pose.jpg \

0 commit comments

Comments
 (0)