depth_anything_v2_large / zm_config.json
IMvision12's picture
Migrate to zeromodels (rename kf_*.json -> zm_*.json, fix refs in config + README, ensure tag + badge)
3ea31d2 verified
Raw
History Blame Contribute Delete
775 Bytes
{
"library_name": "zeromodels",
"zeromodels_version": "1.2.1",
"model_module": "zeromodels.models.depth_anything_v2",
"model_class": "DepthAnythingV2DepthEstimation",
"variant": "depth_anything_v2_large",
"weights": "model.weights.h5",
"schema_version": 2,
"weight_dtype": "float32",
"model_type": "depth_anything",
"vision_config": {
"backbone_dim": 1024,
"backbone_depth": 24,
"backbone_num_heads": 16,
"out_indices": [
5,
12,
18,
24
],
"neck_hidden_sizes": [
256,
512,
1024,
1024
],
"fusion_hidden_size": 256,
"reassemble_factors": [
4,
2,
1,
0.5
],
"depth_estimation_type": "relative",
"max_depth": 1.0,
"image_size": 518
}
}