Skip to content

Commit

Permalink
add yoloxpose in regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis committed Sep 28, 2023
1 parent 181cb71 commit e70886e
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 @@ -140,3 +140,13 @@ models:
sdk_config: configs/mmpose/pose-detection_simcc_sdk_static-256x192.py
- convert_image: *convert_image
deploy_config: configs/mmpose/pose-detection_simcc_ncnn_static-256x192.py

- name: YOLOX-Pose
metafile: configs/body_2d_keypoint/yoloxpose/coco/yoloxpose_coco.yml
model_configs:
- configs/body_2d_keypoint/yoloxpose/coco/yoloxpose_s_8xb32-300e_coco-640.py
pipelines:
- convert_image:
input_img: *img_human_pose
test_img: *img_human_pose
deploy_config: configs/mmpose/pose-detection_yolox-pose_onnxruntime_dynamic.py

0 comments on commit e70886e

Please sign in to comment.