Skip to content

Commit

Permalink
add rtmo into regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis committed Dec 14, 2023
1 parent 97231f8 commit e0d7166
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/regression/mmpose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,13 @@ models:
input_img: *img_human_pose
test_img: *img_human_pose
deploy_config: configs/mmpose/pose-detection_yolox-pose_onnxruntime_dynamic.py

- name: RTMO
metafile: configs/body_2d_keypoint/rtmo/body7/rtmo_body7.yml
model_configs:
- configs/body_2d_keypoint/rtmo/body7/rtmo-s_8xb32-600e_body7-640x640.py
pipelines:
- convert_image:
input_img: *img_human_pose
test_img: *img_human_pose
deploy_config: configs/mmpose/pose-detection_rtmo_onnxruntime_dynamic.py

0 comments on commit e0d7166

Please sign in to comment.