File size: 996 Bytes
23c1f85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
{
  "architectures": [
    "TheiaModel"
  ],
  "auto_map": {
    "AutoConfig": "theia_model.TheiaConfig",
    "AutoModel": "theia_model.TheiaModel"
  },
  "backbone": "facebook/deit-tiny-patch16-224",
  "feature_neck": false,
  "feature_neck_hidden_dim": 256,
  "feature_neck_nonlinearity": "relu",
  "feature_reduce_method": null,
  "forward_neck": false,
  "image_size": 224,
  "num_reg_tokens": 0,
  "pretrained": false,
  "target_feature_sizes": {
    "LiheYoung/depth-anything-large-hf": [
      32,
      64,
      64
    ],
    "facebook/dinov2-large": [
      1024,
      16,
      16
    ],
    "facebook/sam-vit-huge": [
      256,
      64,
      64
    ],
    "google/vit-huge-patch14-224-in21k": [
      1280,
      16,
      16
    ],
    "openai/clip-vit-large-patch14": [
      1024,
      16,
      16
    ]
  },
  "target_loss_weights": null,
  "torch_dtype": "float32",
  "transformers_version": "4.41.2",
  "translator_hidden_size_factor": 1.0,
  "translator_type": "lconv"
}