Update config.json
Browse files- config.json +6 -6
config.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"name": "YOLOv8 Digit and Icon Detector",
|
| 3 |
-
"framework": "
|
| 4 |
-
"task_type": "
|
| 5 |
-
"architecture": "
|
| 6 |
-
"model_type": "
|
| 7 |
-
"weights": "best1.
|
| 8 |
"labels": [
|
| 9 |
{
|
| 10 |
"name": "digit",
|
|
@@ -19,5 +19,5 @@
|
|
| 19 |
"0": "digit",
|
| 20 |
"1": "icon"
|
| 21 |
},
|
| 22 |
-
"interpretation_script": "
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"name": "YOLOv8 Digit and Icon Detector",
|
| 3 |
+
"framework": "onnx",
|
| 4 |
+
"task_type": "image-classification",
|
| 5 |
+
"architecture": "onnx",
|
| 6 |
+
"model_type": "onnx",
|
| 7 |
+
"weights": "best1-2.onnx",
|
| 8 |
"labels": [
|
| 9 |
{
|
| 10 |
"name": "digit",
|
|
|
|
| 19 |
"0": "digit",
|
| 20 |
"1": "icon"
|
| 21 |
},
|
| 22 |
+
"interpretation_script": "onnx"
|
| 23 |
}
|