From eaf5e2dabb21b05b60a874cba2949ca95811abc2 Mon Sep 17 00:00:00 2001 From: Double_V Date: Thu, 4 Nov 2021 17:42:50 +0800 Subject: [PATCH] Update ch_PP-OCR_det_distill.yml --- configs/det/ch_PP-OCRv2/ch_PP-OCR_det_distill.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/det/ch_PP-OCRv2/ch_PP-OCR_det_distill.yml b/configs/det/ch_PP-OCRv2/ch_PP-OCR_det_distill.yml index 9566a3f7..4ba94879 100644 --- a/configs/det/ch_PP-OCRv2/ch_PP-OCR_det_distill.yml +++ b/configs/det/ch_PP-OCRv2/ch_PP-OCR_det_distill.yml @@ -91,7 +91,7 @@ Optimizer: PostProcess: name: DistillationDBPostProcess - model_name: ["Student", "Student2"] + model_name: ["Student"] key: head_out thresh: 0.3 box_thresh: 0.6 -- GitLab