diff --git a/deploy/configs/PULC/language_classification/inference_language_classification.yaml b/deploy/configs/PULC/language_classification/inference_language_classification.yaml index 78e62df7d..fb9fb6b66 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]