Fix typo in model names mentioned in demo.sh demo_batch.sh
Browse files- demo.sh +1 -1
- demo_batch.sh +1 -1
demo.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
#!/bin/sh
|
2 |
-
python3 rtmo_demo.py ./video rtmo-t.
|
|
|
1 |
#!/bin/sh
|
2 |
+
python3 rtmo_demo.py ./video rtmo-t.fp16_batch1.onnx
|
demo_batch.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
#!/bin/sh
|
2 |
-
python3 rtmo_demo_batch.py ./video rtmo-t.
|
|
|
1 |
#!/bin/sh
|
2 |
+
python3 rtmo_demo_batch.py ./video rtmo-t.fp16_batch4.onnx 4
|