Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
"icon": 1
|
| 17 |
},
|
| 18 |
"image_size": [640, 640],
|
| 19 |
-
"framework": "
|
| 20 |
-
"model_file": "best1-2.onnx"
|
| 21 |
-
|
|
|
|
|
|
| 16 |
"icon": 1
|
| 17 |
},
|
| 18 |
"image_size": [640, 640],
|
| 19 |
+
"framework": "onnx",
|
| 20 |
+
"model_file": "best1-2.onnx",
|
| 21 |
+
"export_format": "onnx"
|
| 22 |
+
}
|