Revert "fix: fix input shape to [192, 48]"

pull/2370/head
Tingquan Gao 2022-10-11 22:20:30 +08:00 committed by GitHub
parent 623dc4b64a
commit 4f4c58efec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]