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