Skip to content

Commit

Permalink
change to ort fp32
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Dec 25, 2023
1 parent 535a0c3 commit 7b4dcf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/regression/mmdet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ models:
- configs/retinanet/retinanet_r50_fpn_1x_coco.py
pipelines:
- *pipeline_ts_fp32
- *pipeline_ort_dynamic_fp16
- *pipeline_ort_dynamic_fp32
- *pipeline_trt_dynamic_fp32
- *pipeline_ncnn_static_fp32
- *pipeline_pplnn_dynamic_fp32
Expand Down Expand Up @@ -330,7 +330,7 @@ models:
- configs/mask_rcnn/mask-rcnn_r50_fpn_1x_coco.py
pipelines:
- *pipeline_seg_ts_fp32
- *pipeline_seg_ort_dynamic_fp16
- *pipeline_seg_ort_dynamic_fp32
- *pipeline_seg_trt_dynamic_fp32
- *pipeline_seg_openvino_dynamic_fp32

Expand Down
4 changes: 2 additions & 2 deletions tests/regression/mmocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ models:
- configs/textdet/dbnet/dbnet_resnet18_fpnc_1200e_icdar2015.py
pipelines:
- *pipeline_ts_detection_fp32
- *pipeline_ort_detection_dynamic_fp16
- *pipeline_ort_detection_dynamic_fp32
- *pipeline_trt_detection_dynamic_fp16
- *pipeline_ncnn_detection_static_fp32
- *pipeline_pplnn_detection_dynamic_fp32
Expand Down Expand Up @@ -312,7 +312,7 @@ models:
- configs/textrecog/crnn/crnn_mini-vgg_5e_mj.py
pipelines:
- *pipeline_ts_recognition_fp32
- *pipeline_ort_recognition_dynamic_fp16
- *pipeline_ort_recognition_dynamic_fp32
- *pipeline_trt_recognition_dynamic_fp16_H32_C1
- *pipeline_ncnn_recognition_static_fp32
- *pipeline_pplnn_recognition_dynamic_fp32
Expand Down
2 changes: 1 addition & 1 deletion tests/regression/mmseg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ models:
model_configs:
- configs/bisenetv1/bisenetv1_r18-d32_4xb4-160k_cityscapes-1024x1024.py
pipelines:
- *pipeline_ort_dynamic_fp16
- *pipeline_ort_dynamic_fp32
- *pipeline_trt_dynamic_fp16
- *pipeline_ncnn_static_fp32
- *pipeline_openvino_dynamic_fp32
Expand Down

0 comments on commit 7b4dcf4

Please sign in to comment.