tipsv2-so400m14-dpt / config.json
gberton's picture
Upload config.json with huggingface_hub
8da89eb verified
{
"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-so400m14",
"embed_dim": 1152,
"block_indices": [
6,
13,
20,
26
],
"post_process_channels": [
144,
288,
576,
1152
]
}