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