mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix default interpolation/crop of largest 2 ResNeSt models
This commit is contained in:
parent
f225ae8e59
commit
2d83752bc2
@ -42,10 +42,10 @@ default_cfgs = {
|
|||||||
input_size=(3, 256, 256), pool_size=(8, 8)),
|
input_size=(3, 256, 256), pool_size=(8, 8)),
|
||||||
'resnest200e': _cfg(
|
'resnest200e': _cfg(
|
||||||
url='https://hangzh.s3.amazonaws.com/encoding/models/resnest200-75117900.pth',
|
url='https://hangzh.s3.amazonaws.com/encoding/models/resnest200-75117900.pth',
|
||||||
input_size=(3, 320, 320), pool_size=(10, 10)),
|
input_size=(3, 320, 320), pool_size=(10, 10), crop_pct=0.909, interpolation='bicubic'),
|
||||||
'resnest269e': _cfg(
|
'resnest269e': _cfg(
|
||||||
url='https://hangzh.s3.amazonaws.com/encoding/models/resnest269-0cc87c48.pth',
|
url='https://hangzh.s3.amazonaws.com/encoding/models/resnest269-0cc87c48.pth',
|
||||||
input_size=(3, 416, 416), pool_size=(13, 13)),
|
input_size=(3, 416, 416), pool_size=(13, 13), crop_pct=0.928, interpolation='bicubic'),
|
||||||
'resnest50d_4s2x40d': _cfg(
|
'resnest50d_4s2x40d': _cfg(
|
||||||
url='https://hangzh.s3.amazonaws.com/encoding/models/resnest50_fast_4s2x40d-41d14ed0.pth',
|
url='https://hangzh.s3.amazonaws.com/encoding/models/resnest50_fast_4s2x40d-41d14ed0.pth',
|
||||||
interpolation='bicubic'),
|
interpolation='bicubic'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user