Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "depth-estimation",
|
| 3 |
+
"library_name": "onnxruntime",
|
| 4 |
+
"model_format": "onnx",
|
| 5 |
+
"model_file": "depthpro_1536x1536_bs1_fp16_opset21_optimized.onnx",
|
| 6 |
+
"input_shape": [1, 3, 1536, 1536],
|
| 7 |
+
"input_dtype": "float16",
|
| 8 |
+
"output_shape": [1, 1536, 1536],
|
| 9 |
+
"output_dtype": "float16",
|
| 10 |
+
"opset_version": 21,
|
| 11 |
+
"base_model": "apple/DepthPro"
|
| 12 |
+
}
|