From 4f4c58efecc5edba28646cad275a97af54269dff Mon Sep 17 00:00:00 2001 From: Tingquan Gao <35441050@qq.com> Date: Tue, 11 Oct 2022 22:20:30 +0800 Subject: [PATCH] Revert "fix: fix input shape to [192, 48]" --- .../inference_language_classification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/configs/PULC/language_classification/inference_language_classification.yaml b/deploy/configs/PULC/language_classification/inference_language_classification.yaml index 78e62df7..fb9fb6b6 100644 --- a/deploy/configs/PULC/language_classification/inference_language_classification.yaml +++ b/deploy/configs/PULC/language_classification/inference_language_classification.yaml @@ -15,7 +15,7 @@ Global: PreProcess: transform_ops: - ResizeImage: - size: [192, 48] + size: [160, 80] - NormalizeImage: scale: 0.00392157 mean: [0.485, 0.456, 0.406] -- GitLab