@@ -1240,25 +1240,25 @@ def _cfg(url='', **kwargs):
12401240 # DINOv2 pretrained w/ registers - https://arxiv.org/abs/2309.16588 (no classifier head, for fine-tune/features only)
12411241 'vit_small_patch14_reg4_dinov2.lvd142m' : _cfg (
12421242 url = 'https://dl.fbaipublicfiles.com/dinov2/dinov2_vits14/dinov2_vits14_reg4_pretrain.pth' ,
1243- # hf_hub_id='timm/',
1243+ hf_hub_id = 'timm/' ,
12441244 license = 'apache-2.0' ,
12451245 mean = IMAGENET_DEFAULT_MEAN , std = IMAGENET_DEFAULT_STD , num_classes = 0 ,
12461246 input_size = (3 , 518 , 518 ), crop_pct = 1.0 ),
12471247 'vit_base_patch14_reg4_dinov2.lvd142m' : _cfg (
12481248 url = 'https://dl.fbaipublicfiles.com/dinov2/dinov2_vitb14/dinov2_vitb14_reg4_pretrain.pth' ,
1249- # hf_hub_id='timm/',
1249+ hf_hub_id = 'timm/' ,
12501250 license = 'apache-2.0' ,
12511251 mean = IMAGENET_DEFAULT_MEAN , std = IMAGENET_DEFAULT_STD , num_classes = 0 ,
12521252 input_size = (3 , 518 , 518 ), crop_pct = 1.0 ),
12531253 'vit_large_patch14_reg4_dinov2.lvd142m' : _cfg (
12541254 url = 'https://dl.fbaipublicfiles.com/dinov2/dinov2_vitl14/dinov2_vitl14_reg4_pretrain.pth' ,
1255- # hf_hub_id='timm/',
1255+ hf_hub_id = 'timm/' ,
12561256 license = 'apache-2.0' ,
12571257 mean = IMAGENET_DEFAULT_MEAN , std = IMAGENET_DEFAULT_STD , num_classes = 0 ,
12581258 input_size = (3 , 518 , 518 ), crop_pct = 1.0 ),
12591259 'vit_giant_patch14_reg4_dinov2.lvd142m' : _cfg (
12601260 url = 'https://dl.fbaipublicfiles.com/dinov2/dinov2_vitg14/dinov2_vitg14_reg4_pretrain.pth' ,
1261- # hf_hub_id='timm/',
1261+ hf_hub_id = 'timm/' ,
12621262 license = 'apache-2.0' ,
12631263 mean = IMAGENET_DEFAULT_MEAN , std = IMAGENET_DEFAULT_STD , num_classes = 0 ,
12641264 input_size = (3 , 518 , 518 ), crop_pct = 1.0 ),
0 commit comments