summaryrefslogtreecommitdiff
path: root/python/openvino/runtime/segmentation_demo/README.md
diff options
context:
space:
mode:
authorEric Dao <eric@erickhangdao.com>2025-03-10 17:54:31 -0400
committerEric Dao <eric@erickhangdao.com>2025-03-10 17:54:31 -0400
commitab224e2e6ba65f5a369ec392f99cd8845ad06c98 (patch)
treea1e757e9341863ed52b8ad4c5a1c45933aab9da4 /python/openvino/runtime/segmentation_demo/README.md
parent40da1752f2c8639186b72f6838aa415e854d0b1d (diff)
downloadthesis-master.tar.gz
thesis-master.tar.bz2
thesis-master.zip
completed thesisHEADmaster
Diffstat (limited to 'python/openvino/runtime/segmentation_demo/README.md')
-rw-r--r--python/openvino/runtime/segmentation_demo/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/openvino/runtime/segmentation_demo/README.md b/python/openvino/runtime/segmentation_demo/README.md
new file mode 100644
index 0000000..4c750e1
--- /dev/null
+++ b/python/openvino/runtime/segmentation_demo/README.md
@@ -0,0 +1,16 @@
+# Image Segmentation C++ Demo
+
+### Running with CoreDLA
+In addition to the options described below, include the arguments:
+
+- `-plugins=<path the plugins.xml>`, using the path to [plugins.xml](../plugins.xml)
+- `-d HETERO:FPGA,CPU`
+- `-arch_file <path to arch file>`, using the path to the architecture used when creating the FPGA bitstream
+
+Use the `-build_demo` option to the runtime/build_runtime.sh script to build the demos.
+
+See the documentation that is included with the example design.
+
+Use the `unet_camvid_onnx_0001` with the segmentation demo. The `semantic-segmentation-adas-0001` graph is not supported in the current release of the Intel FPGA AI Suite and will not work.
+
+For detailed information on the OpenVINO C++ Segmentation Demo, please see the [README](https://github.com/openvinotoolkit/open_model_zoo/blob/2023.3.0/demos/segmentation_demo/cpp/README.md) in the OpenVINO repository. Make sure to match the git tag with your installed version of OpenVINO for compatibility.