Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tau-J committed Mar 21, 2023
1 parent 3f614c0 commit 1104b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions projects/rtmpose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions projects/rtmpose/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 1104b72

Please sign in to comment.