From 017f1657e8ceea1d277a8b57b1024c35cb940034 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Thu, 4 Nov 2021 17:41:15 +0800 Subject: [PATCH] fix distill config --- 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 46daeeb8..d8d5135d 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 @@ -90,7 +90,7 @@ Optimizer: PostProcess: name: DistillationDBPostProcess - model_name: ["Student", "Student2"] + model_name: ["Student"] key: head_out thresh: 0.3 box_thresh: 0.6 -- GitLab