File size: 366 Bytes
262b151 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"model_type": "depth-estimation",
"library_name": "onnxruntime",
"model_format": "onnx",
"model_file": "depthpro_1536x1536_bs1_fp16_opset21_optimized.onnx",
"input_shape": [1, 3, 1536, 1536],
"input_dtype": "float16",
"output_shape": [1, 1536, 1536],
"output_dtype": "float16",
"opset_version": 21,
"base_model": "apple/DepthPro"
}
|