Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
"framework": "onnx",
|
| 4 |
"task": "object-detection",
|
| 5 |
"architecture": "YOLOv8",
|
| 6 |
-
"format": "
|
| 7 |
"num_labels": 2,
|
| 8 |
"id2label": { "0": "digit", "1": "icon" },
|
| 9 |
"label2id": { "digit": 0, "icon": 1 },
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "yolov8",
|
| 3 |
"framework": "onnx",
|
| 4 |
"task": "object-detection",
|
| 5 |
"architecture": "YOLOv8",
|
| 6 |
+
"format": "onnx",
|
| 7 |
"num_labels": 2,
|
| 8 |
"id2label": { "0": "digit", "1": "icon" },
|
| 9 |
"label2id": { "digit": 0, "icon": 1 },
|