Upload config.json with huggingface_hub
Browse files- config.json +54 -0
config.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"apply_layernorm": true,
|
| 3 |
+
"architectures": [
|
| 4 |
+
"DepthProForDepthEstimation"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"drop_path_rate": 0.0,
|
| 8 |
+
"fusion_hidden_size": 256,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.0,
|
| 11 |
+
"hidden_size": 1024,
|
| 12 |
+
"image_size": 1536,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_feature_dims": [
|
| 15 |
+
256,
|
| 16 |
+
256
|
| 17 |
+
],
|
| 18 |
+
"intermediate_hook_ids": [
|
| 19 |
+
11,
|
| 20 |
+
5
|
| 21 |
+
],
|
| 22 |
+
"layer_norm_eps": 1e-06,
|
| 23 |
+
"layerscale_value": 1.0,
|
| 24 |
+
"mlp_ratio": 4,
|
| 25 |
+
"model_type": "depth_pro",
|
| 26 |
+
"num_attention_heads": 16,
|
| 27 |
+
"num_channels": 3,
|
| 28 |
+
"num_fov_head_layers": 2,
|
| 29 |
+
"num_hidden_layers": 24,
|
| 30 |
+
"patch_embeddings_size": 16,
|
| 31 |
+
"patch_size": 384,
|
| 32 |
+
"qkv_bias": true,
|
| 33 |
+
"reshape_hidden_states": true,
|
| 34 |
+
"scaled_images_feature_dims": [
|
| 35 |
+
1024,
|
| 36 |
+
1024,
|
| 37 |
+
512
|
| 38 |
+
],
|
| 39 |
+
"scaled_images_overlap_ratios": [
|
| 40 |
+
0.0,
|
| 41 |
+
0.5,
|
| 42 |
+
0.25
|
| 43 |
+
],
|
| 44 |
+
"scaled_images_ratios": [
|
| 45 |
+
0.25,
|
| 46 |
+
0.5,
|
| 47 |
+
1
|
| 48 |
+
],
|
| 49 |
+
"torch_dtype": "float16",
|
| 50 |
+
"transformers_version": "4.47.0.dev0",
|
| 51 |
+
"use_batch_norm_in_fusion": false,
|
| 52 |
+
"use_fov_model": true,
|
| 53 |
+
"use_swiglu_ffn": false
|
| 54 |
+
}
|