| [basic] | |
| type = axmodel | |
| model_npu = depth_anything_v2_vits_322x238_npu.axmodel | |
| model_vnpu = depth_anything_v2_vits_322x238_vnpu.axmodel | |
| [extra] | |
| model_type = depth_anything_v2 | |
| input_type = rgb | |
| input_cache = true | |
| output_cache = true | |
| input_cache_flush = false | |
| output_cache_inval = true | |
| # we already fused preprocess in axmodel, so mean and scale not used here actually. | |
| mean = 123.675, 116.28, 103.53 | |
| scale = 0.01712475, 0.017507, 0.01742919 | |