Skip to content

Commit

Permalink
update mmdet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc committed Oct 10, 2023
1 parent 5476c93 commit 73e0978
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions tests/regression/mmdet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ models:
model_configs:
- configs/rtmdet/rtmdet-ins_s_8xb32-300e_coco.py
pipelines:
- *pipeline_seg_ts_fp32
- *pipeline_seg_trt_dynamic_fp32
- *pipeline_seg_ort_dynamic_fp32
- *pipeline_seg_openvino_dynamic_fp32

Expand Down Expand Up @@ -413,7 +413,7 @@ models:
backend_test: *default_backend_test
- deploy_config: configs/mmdet/panoptic-seg/panoptic-seg_maskformer_tensorrt_static-800x1344.py
convert_image: *convert_image
backend_test: *default_backend_test
backend_test: False

- name: DINO
metafile: configs/dino/metafile.yml
Expand Down Expand Up @@ -447,10 +447,20 @@ models:
- *pipeline_ort_dynamic_fp32
- *pipeline_trt_dynamic_fp32

- name: CondInst
metafile: configs/condinst/metafile.yml
model_configs:
- configs/condinst/condinst_r50_fpn_ms-poly-90k_coco_instance.py
pipelines:
- deploy_config: configs/mmdet/instance-seg/instance-seg_onnxruntime_dynamic.py
backend_test: *default_backend_test
- deploy_config: configs/mmdet/instance-seg/instance-seg_tensorrt_dynamic-320x320-1344x1344.py
backend_test: *default_backend_test

- name: HTC
metafile: configs/htc/metafile.yml
model_configs:
- configs/htc/htc_r50_fpn_1x_coco.py
pipelines:
- *pipeline_ort_dynamic_fp32
- *pipeline_trt_dynamic_fp32
- *pipeline_seg_ort_dynamic_fp32
- *pipeline_seg_trt_dynamic_fp32

0 comments on commit 73e0978

Please sign in to comment.