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