fix: fix interpolation method

pull/2240/head
gaotingquan 2022-08-22 12:54:31 +00:00 committed by Tingquan Gao
parent 5b7f31e08b
commit 9937c81dc5
3 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,8 @@ Infer:
channel_first: False
- ResizeImage:
resize_short: 236
interpolation: bicubic
backend: pil
- CropImage:
size: 224
- NormalizeImage:

View File

@ -142,6 +142,8 @@ Infer:
channel_first: False
- ResizeImage:
resize_short: 236
interpolation: bicubic
backend: pil
- CropImage:
size: 224
- NormalizeImage:

View File

@ -142,6 +142,8 @@ Infer:
channel_first: False
- ResizeImage:
resize_short: 232
interpolation: bicubic
backend: pil
- CropImage:
size: 224
- NormalizeImage: