Update config.json
Browse files- config.json +15 -13
config.json
CHANGED
|
@@ -2,19 +2,21 @@
|
|
| 2 |
"model_name": "ipd805/digit",
|
| 3 |
"model_type": "ObjectDetection",
|
| 4 |
"framework": "onnx",
|
| 5 |
-
"
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
"input_shape": [640, 640, 3],
|
| 19 |
"input_type": "image",
|
| 20 |
"output_type": "tensor",
|
|
|
|
| 2 |
"model_name": "ipd805/digit",
|
| 3 |
"model_type": "ObjectDetection",
|
| 4 |
"framework": "onnx",
|
| 5 |
+
"class_set": {
|
| 6 |
+
"name": "digit-icon-classes",
|
| 7 |
+
"classes": [
|
| 8 |
+
{
|
| 9 |
+
"name": "digit",
|
| 10 |
+
"id": 0,
|
| 11 |
+
"color": "#ff0000"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"name": "icon",
|
| 15 |
+
"id": 1,
|
| 16 |
+
"color": "#00ff00"
|
| 17 |
+
}
|
| 18 |
+
]
|
| 19 |
+
},
|
| 20 |
"input_shape": [640, 640, 3],
|
| 21 |
"input_type": "image",
|
| 22 |
"output_type": "tensor",
|