CoolFace
Modelpublic

hf-tiny-v2/tiny-random-CHMv2ForDepthEstimation

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes6downloads
config.json71 linesDownload Raw Back to root
1{2  "architectures": [3    "CHMv2ForDepthEstimation"4  ],5  "backbone_config": {6    "apply_layernorm": true,7    "attention_dropout": 0.0,8    "drop_path_rate": 0.0,9    "hidden_act": "gelu",10    "hidden_size": 32,11    "image_size": 32,12    "initializer_range": 0.02,13    "intermediate_size": 64,14    "key_bias": true,15    "layer_norm_eps": 1e-06,16    "layerscale_value": 1.0,17    "mlp_bias": true,18    "model_type": "dinov3_vit",19    "num_attention_heads": 4,20    "num_channels": 3,21    "num_hidden_layers": 2,22    "num_register_tokens": 0,23    "out_features": [24      "stage1",25      "stage2"26    ],27    "out_indices": [28      1,29      230    ],31    "patch_size": 16,32    "pos_embed_jitter": null,33    "pos_embed_rescale": 2.0,34    "pos_embed_shift": null,35    "proj_bias": true,36    "query_bias": true,37    "reshape_hidden_states": true,38    "return_class_token": true,39    "rope_theta": 100.0,40    "stage_names": [41      "stem",42      "stage1",43      "stage2"44    ],45    "use_gated_mlp": false,46    "value_bias": true47  },48  "bins_strategy": "chmv2_mixlog",49  "dtype": "float32",50  "fusion_hidden_size": 16,51  "head_hidden_size": 16,52  "initializer_range": 0.02,53  "max_depth": 96.0,54  "min_depth": 0.001,55  "model_type": "chmv2",56  "norm_strategy": "chmv2_mixlog",57  "number_output_channels": 4,58  "patch_size": 16,59  "post_process_channels": [60    16,61    1662  ],63  "readout_type": "project",64  "reassemble_factors": [65    4,66    267  ],68  "reassemble_hidden_size": 32,69  "transformers_version": "5.16.0.dev0"70}71