From d57049bc7514b92b9d60c84d84176a47b3d406d3 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Thu, 9 Sep 2021 11:08:32 +0000 Subject: [PATCH] update yml --- tests/ocr_det_params.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ocr_det_params.txt b/tests/ocr_det_params.txt index bbe6a604..7f648117 100644 --- a/tests/ocr_det_params.txt +++ b/tests/ocr_det_params.txt @@ -27,7 +27,7 @@ null:null ===========================infer_params=========================== Global.save_inference_dir:./output/ Global.pretrained_model: -norm_export:tools/export_model.py -c tests/configs/det_mv3_db.yml -o +norm_export:tools/export_model.py -c configs/det/ch_ppocr_v2.0/ch_det_mv3_db_v2.0.yml -o quant_export:deploy/slim/quantization/export_model.py -c tests/configs/det_mv3_db.yml -o fpgm_export:deploy/slim/prune/export_prune_model.py -c tests/configs/det_mv3_db.yml -o distill_export:null -- GitLab