Skip to content

Commit ab88248

Browse files
authored
[Fix] Fix config name in mmdet yaml (#1334)
* [Fix] fix the yolox yolov3 config name * [Fix] set ncnn backend_test False
1 parent 20a7c35 commit ab88248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/regression/mmdet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ models:
169169
- name: YOLOV3
170170
metafile: configs/yolo/metafile.yml
171171
model_configs:
172-
- configs/yolo/yolov3_d53_320_273e_coco.py
172+
- configs/yolo/yolov3_d53_8xb8-320-273e_coco.py
173173
pipelines:
174174
- *pipeline_ts_fp32
175175
- *pipeline_ort_dynamic_fp32
@@ -244,7 +244,7 @@ models:
244244
- name: YOLOX
245245
metafile: configs/yolox/metafile.yml
246246
model_configs:
247-
- configs/yolox/yolox_s_8x8_300e_coco.py
247+
- configs/yolox/yolox_s_8xb8-300e_coco.py
248248
pipelines:
249249
- *pipeline_ts_fp32
250250
- *pipeline_ort_dynamic_fp32

0 commit comments

Comments
 (0)