summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/streaming/runtime_scripts/run_image_stream.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python/openvino/runtime/streaming/runtime_scripts/run_image_stream.sh')
-rwxr-xr-xpython/openvino/runtime/streaming/runtime_scripts/run_image_stream.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/openvino/runtime/streaming/runtime_scripts/run_image_stream.sh b/python/openvino/runtime/streaming/runtime_scripts/run_image_stream.sh
new file mode 100755
index 0000000..db63761
--- /dev/null
+++ b/python/openvino/runtime/streaming/runtime_scripts/run_image_stream.sh
@@ -0,0 +1,7 @@
+#! /bin/sh
+# This script should be run from the /home/root/app folder.
+
+# Run the image streaming app, specifying the folder containing the source
+# images, and an upload rate
+./image_streaming_app -images_folder=/home/root/resnet-50-tf/sample_images -rate=50
+