gberton commited on
Commit
c8f35b6
·
verified ·
1 Parent(s): e08e2c1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "tipsv2_dpt",
3
+ "architectures": [
4
+ "TIPSv2DPTModel"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_dpt.TIPSv2DPTConfig",
8
+ "AutoModel": "modeling_dpt.TIPSv2DPTModel"
9
+ },
10
+ "channels": 256,
11
+ "readout_type": "project",
12
+ "num_depth_bins": 256,
13
+ "min_depth": 0.001,
14
+ "max_depth": 10.0,
15
+ "num_seg_classes": 150,
16
+ "backbone_repo": "google/tipsv2-b14",
17
+ "embed_dim": 768,
18
+ "block_indices": [
19
+ 2,
20
+ 5,
21
+ 8,
22
+ 11
23
+ ],
24
+ "post_process_channels": [
25
+ 96,
26
+ 192,
27
+ 384,
28
+ 768
29
+ ]
30
+ }