File size: 414 Bytes
7bb7035
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "class_attention": false,
  "class_encoder": {
    "bank_size": 100,
    "embed_dim": 256,
    "name": "RandomMatrixEncoder"
  },
  "custom_preprocess": true,
  "embed_dim": 256,
  "encoder": "vit_b",
  "example_attention": true,
  "example_class_attention": false,
  "fusion_transformer": "TwoWayTransformer",
  "image_embed_dim": 768,
  "image_size": 1024,
  "spatial_convs": 3,
  "use_vit_sam_neck": false
}