tipsv2-l14-dpt / config.json
gberton's picture
Upload config.json with huggingface_hub
0d771a0 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-l14",
"embed_dim": 1024,
"block_indices": [
5,
11,
17,
23
],
"post_process_channels": [
128,
256,
512,
1024
]
}