DepthPro-ONNX-HighPerf / config.json
Jens-Duttke's picture
Upload config.json with huggingface_hub
262b151 verified
raw
history blame contribute delete
366 Bytes
{
"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"
}