anycalib-mlx / anycalib_edit /config.json
mnmly's picture
Upload folder using huggingface_hub
3a8ecbf verified
Raw
History Blame Contribute Delete
413 Bytes
{
"architecture": "anycalib",
"backbone": "dinov2_vitl14",
"embed_dim": 1024,
"depth": 24,
"num_heads": 16,
"patch_size": 14,
"out_index": [
4,
11,
17,
23
],
"norm_layer": false,
"decoder_dim_dhat": 256,
"up_factor": 7,
"resolution": 102400,
"edge_divisible_by": 14,
"ar_range": [
0.5,
2.0
],
"dtype": "float32",
"source_checkpoint": "anycalib_edit.pt"
}