depth_anything_v2_small / zm_config.json
IMvision12's picture
Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge)
62b7993 verified
Raw
History Blame Contribute Delete
766 Bytes
{
"library_name": "zeromodels",
"zeromodels_version": "1.2.1",
"model_module": "zeromodels.models.depth_anything_v2",
"model_class": "DepthAnythingV2DepthEstimation",
"variant": "depth_anything_v2_small",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "float32",
"model_type": "depth_anything",
"vision_config": {
"backbone_dim": 384,
"backbone_depth": 12,
"backbone_num_heads": 6,
"out_indices": [
3,
6,
9,
12
],
"neck_hidden_sizes": [
48,
96,
192,
384
],
"fusion_hidden_size": 64,
"reassemble_factors": [
4,
2,
1,
0.5
],
"depth_estimation_type": "relative",
"max_depth": 1.0,
"image_size": 518
}
}