CoolFace
Modelpublic

Intel/dpt-large

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
208likes41kdownloads
config.json48 linesDownload Raw Back to root
1{2  "architectures": [3    "DPTForDepthEstimation"4  ],5  "attention_probs_dropout_prob": 0.0,6  "auxiliary_loss_weight": 0.4,7  "backbone_out_indices": [8    5,9    11,10    17,11    2312  ],13  "fusion_hidden_size": 256,14  "head_in_index": -1,15  "hidden_act": "gelu",16  "hidden_dropout_prob": 0.0,17  "hidden_size": 1024,18  "image_size": 384,19  "initializer_range": 0.02,20  "intermediate_size": 4096,21  "layer_norm_eps": 1e-12,22  "model_type": "dpt",23  "neck_hidden_sizes": [24    256,25    512,26    1024,27    102428  ],29  "num_attention_heads": 16,30  "num_channels": 3,31  "num_hidden_layers": 24,32  "patch_size": 16,33  "qkv_bias": true,34  "readout_type": "project",35  "reassemble_factors": [36    4,37    2,38    1,39    0.540  ],41  "semantic_classifier_dropout": 0.1,42  "semantic_loss_ignore_index": 255,43  "torch_dtype": "float32",44  "transformers_version": "4.18.0.dev0",45  "use_auxiliary_head": true,46  "use_batch_norm_in_fusion_residual": false47}48