Added hub weights for dinov2 register models
parent
3f02392488
commit
68a121402f
|
@ -1240,25 +1240,25 @@ default_cfgs = generate_default_cfgs({
|
|||
# DINOv2 pretrained w/ registers - https://arxiv.org/abs/2309.16588 (no classifier head, for fine-tune/features only)
|
||||
'vit_small_patch14_reg4_dinov2.lvd142m': _cfg(
|
||||
url='https://dl.fbaipublicfiles.com/dinov2/dinov2_vits14/dinov2_vits14_reg4_pretrain.pth',
|
||||
# hf_hub_id='timm/',
|
||||
hf_hub_id='timm/',
|
||||
license='apache-2.0',
|
||||
mean=IMAGENET_DEFAULT_MEAN, std=IMAGENET_DEFAULT_STD, num_classes=0,
|
||||
input_size=(3, 518, 518), crop_pct=1.0),
|
||||
'vit_base_patch14_reg4_dinov2.lvd142m': _cfg(
|
||||
url='https://dl.fbaipublicfiles.com/dinov2/dinov2_vitb14/dinov2_vitb14_reg4_pretrain.pth',
|
||||
# hf_hub_id='timm/',
|
||||
hf_hub_id='timm/',
|
||||
license='apache-2.0',
|
||||
mean=IMAGENET_DEFAULT_MEAN, std=IMAGENET_DEFAULT_STD, num_classes=0,
|
||||
input_size=(3, 518, 518), crop_pct=1.0),
|
||||
'vit_large_patch14_reg4_dinov2.lvd142m': _cfg(
|
||||
url='https://dl.fbaipublicfiles.com/dinov2/dinov2_vitl14/dinov2_vitl14_reg4_pretrain.pth',
|
||||
# hf_hub_id='timm/',
|
||||
hf_hub_id='timm/',
|
||||
license='apache-2.0',
|
||||
mean=IMAGENET_DEFAULT_MEAN, std=IMAGENET_DEFAULT_STD, num_classes=0,
|
||||
input_size=(3, 518, 518), crop_pct=1.0),
|
||||
'vit_giant_patch14_reg4_dinov2.lvd142m': _cfg(
|
||||
url='https://dl.fbaipublicfiles.com/dinov2/dinov2_vitg14/dinov2_vitg14_reg4_pretrain.pth',
|
||||
# hf_hub_id='timm/',
|
||||
hf_hub_id='timm/',
|
||||
license='apache-2.0',
|
||||
mean=IMAGENET_DEFAULT_MEAN, std=IMAGENET_DEFAULT_STD, num_classes=0,
|
||||
input_size=(3, 518, 518), crop_pct=1.0),
|
||||
|
|
Loading…
Reference in New Issue