depth_anything_v2_large / zm_preprocessor.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
382 Bytes
{
"library_name": "zeromodels",
"zeromodels_version": "1.1.3",
"preprocessor_module": "zeromodels.models.depth_anything_v2",
"preprocessor_class": "DepthAnythingV2ImageProcessor",
"variant": "depth_anything_v2_large",
"target_size": 518,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"data_format": null
}