From 69fdbf812a5fdd4a7c65867930dc622dc3d432a1 Mon Sep 17 00:00:00 2001 From: Double_V Date: Thu, 2 Sep 2021 19:23:01 +0800 Subject: [PATCH] infer model TO train model --- 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 733de0ff..3d75dc9e 100644 --- a/tests/ocr_det_params.txt +++ b/tests/ocr_det_params.txt @@ -34,7 +34,7 @@ distill_export:null export1:null export2:null ## -infer_model:./inference/ch_ppocr_mobile_v2.0_det_train/best_accuracy +train_model:./inference/ch_ppocr_mobile_v2.0_det_train/best_accuracy infer_export:tools/export_model.py -c configs/det/det_mv3_db.yml -o infer_quant:False inference:tools/infer/predict_det.py -- GitLab