Update config.json
Browse files- config.json +8 -12
config.json
CHANGED
|
@@ -1,15 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
|
|
|
| 3 |
"framework": "onnx",
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
|
| 10 |
-
"name": "digit",
|
| 11 |
-
"0": "digit",
|
| 12 |
-
"1": "icon"
|
| 13 |
-
},
|
| 14 |
-
"interpretation_script": "onnx"
|
| 15 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "ipd805/digit",
|
| 3 |
+
"model_type": "ObjectDetection",
|
| 4 |
"framework": "onnx",
|
| 5 |
+
"labels": ["digit", "icon"],
|
| 6 |
+
"input_shape": [640, 640, 3],
|
| 7 |
+
"input_type": "image",
|
| 8 |
+
"output_type": "tensor",
|
| 9 |
+
"confidence_threshold": 0.5,
|
| 10 |
+
"iou_threshold": 0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|