File size: 1,384 Bytes
5ea26b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
  "US/USF-MAE.pt": {
    "fov": {
      "formula": "Global(ViT-B/16, stride 16)"
    },
    "dimension": "2",
    "numberofchannels": "3",
    "layers": 4,
    "license": "MIT",
    "patch_size": null,
    "size_multiple": 16,
    "source": {
      "name": "USF-MAE",
      "code": "https://github.com/Yusufii9/USF-MAE",
      "weights": "https://drive.google.com/file/d/1ZPu_7KhMEuaq-XdLhVp2EEgMgLJ4dKhr/view",
      "paper": "https://doi.org/10.1016/j.bspc.2026.110313",
      "architecture": "MAE ViT-B/16 encoder, blocks 2/5/8/11 tapped as stride-16 feature maps",
      "checkpoint_sha256": "f815c629878c17136985af9f4fdc81c2cfa02a94e4d992c026699957f75ccb66"
    }
  },
  "US/SAMUS.pt": {
    "fov": {
      "formula": "Global(256 px tile, stride 8)"
    },
    "dimension": "2",
    "numberofchannels": "1",
    "layers": 5,
    "license": "MIT",
    "patch_size": 256,
    "size_multiple": null,
    "source": {
      "name": "SAMUS",
      "code": "https://github.com/xianlin7/SAMUS",
      "weights": "https://drive.google.com/file/d/1nQjMAvbPeolNpCxQyU_HTiOiB5704pkH/view",
      "paper": "https://doi.org/10.48550/arXiv.2309.06824",
      "architecture": "SAM ViT-B image encoder at 256 px, patch size 8, global-attention blocks 2/5/8/11 plus the 256-channel neck",
      "checkpoint_sha256": "a95de25d7b9065a92e268d73b1e76b871d7b0e4e66ce872b1e298f5b6c446fc4"
    }
  }
}