fix: fix interpolation method
parent
5b7f31e08b
commit
9937c81dc5
|
@ -142,6 +142,8 @@ Infer:
|
|||
channel_first: False
|
||||
- ResizeImage:
|
||||
resize_short: 236
|
||||
interpolation: bicubic
|
||||
backend: pil
|
||||
- CropImage:
|
||||
size: 224
|
||||
- NormalizeImage:
|
||||
|
|
|
@ -142,6 +142,8 @@ Infer:
|
|||
channel_first: False
|
||||
- ResizeImage:
|
||||
resize_short: 236
|
||||
interpolation: bicubic
|
||||
backend: pil
|
||||
- CropImage:
|
||||
size: 224
|
||||
- NormalizeImage:
|
||||
|
|
|
@ -142,6 +142,8 @@ Infer:
|
|||
channel_first: False
|
||||
- ResizeImage:
|
||||
resize_short: 232
|
||||
interpolation: bicubic
|
||||
backend: pil
|
||||
- CropImage:
|
||||
size: 224
|
||||
- NormalizeImage:
|
||||
|
|
Loading…
Reference in New Issue