Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
8590806
1
Parent(s):
5664b75
Update deploy/ONNXRuntime/onnx_inference.py
Browse files
deploy/ONNXRuntime/onnx_inference.py
CHANGED
@@ -20,7 +20,7 @@ def make_parser():
|
|
20 |
"-m",
|
21 |
"--model",
|
22 |
type=str,
|
23 |
-
default="
|
24 |
help="Input your onnx model.",
|
25 |
)
|
26 |
parser.add_argument(
|
|
|
20 |
"-m",
|
21 |
"--model",
|
22 |
type=str,
|
23 |
+
default="bytetrack_s.onnx",
|
24 |
help="Input your onnx model.",
|
25 |
)
|
26 |
parser.add_argument(
|