CoolFace
Modelpublic

BVRA/MegaDescriptor-T-224

sourceHugging Facecc-by-nc-4.0updated 3y agoView on Hugging Face
2likes94kdownloads
config.json36 linesDownload Raw Back to root
1{2  "architecture": "swin_tiny_patch4_window7_224",3  "num_classes": 0,4  "num_features": 768,5  "global_pool": "avg",6  "pretrained_cfg": {7    "custom_load": false,8    "input_size": [9      3,10      224,11      22412    ],13    "fixed_input_size": true,14    "interpolation": "bicubic",15    "crop_pct": 0.9,16    "crop_mode": "center",17    "mean": [18      0.485,19      0.456,20      0.40621    ],22    "std": [23      0.229,24      0.224,25      0.22526    ],27    "num_classes": 0,28    "pool_size": [29      7,30      731    ],32    "first_conv": "patch_embed.proj",33    "license": "mit",34    "classifier": "head.fc"35  }36}