File size: 531 Bytes
0d771a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "model_type": "tipsv2_dpt",
  "architectures": [
    "TIPSv2DPTModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_dpt.TIPSv2DPTConfig",
    "AutoModel": "modeling_dpt.TIPSv2DPTModel"
  },
  "channels": 256,
  "readout_type": "project",
  "num_depth_bins": 256,
  "min_depth": 0.001,
  "max_depth": 10.0,
  "num_seg_classes": 150,
  "backbone_repo": "google/tipsv2-l14",
  "embed_dim": 1024,
  "block_indices": [
    5,
    11,
    17,
    23
  ],
  "post_process_channels": [
    128,
    256,
    512,
    1024
  ]
}