File size: 526 Bytes
c8f35b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-b14",
  "embed_dim": 768,
  "block_indices": [
    2,
    5,
    8,
    11
  ],
  "post_process_channels": [
    96,
    192,
    384,
    768
  ]
}