diff --git a/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml b/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml index 3efe314f94d7fe087bb8315d81b3a644ab31d6a7..6c60e12f0d9973fb818b31ebe4daeff71f99da75 100644 --- a/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml +++ b/configs/det/ch_PP-OCRv3/ch_PP-OCRv3_det_cml.yml @@ -116,15 +116,22 @@ Optimizer: regularizer: name: L2 factor: 5.0e-05 + PostProcess: - name: DBPostProcess + name: DistillationDBPostProcess + model_name: ["Student"] + key: head_out thresh: 0.3 box_thresh: 0.6 max_candidates: 1000 unclip_ratio: 1.5 + Metric: - name: DetMetric + name: DistillationMetric + base_metric_name: DetMetric main_indicator: hmean + key: "Student" + Train: dataset: name: SimpleDataSet