Skip to content

Commit

Permalink
fix: fix interpolation method
Browse files Browse the repository at this point in the history
  • Loading branch information
TingquanGao committed Aug 24, 2022
1 parent 5b7f31e commit 9937c81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ppcls/configs/ImageNet/PPHGNet/PPHGNet_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Infer:
channel_first: False
- ResizeImage:
resize_short: 236
interpolation: bicubic
backend: pil
- CropImage:
size: 224
- NormalizeImage:
Expand Down
2 changes: 2 additions & 0 deletions ppcls/configs/ImageNet/PPHGNet/PPHGNet_small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Infer:
channel_first: False
- ResizeImage:
resize_short: 236
interpolation: bicubic
backend: pil
- CropImage:
size: 224
- NormalizeImage:
Expand Down
2 changes: 2 additions & 0 deletions ppcls/configs/ImageNet/PPHGNet/PPHGNet_tiny.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ Infer:
channel_first: False
- ResizeImage:
resize_short: 232
interpolation: bicubic
backend: pil
- CropImage:
size: 224
- NormalizeImage:
Expand Down

0 comments on commit 9937c81

Please sign in to comment.