Skip to content

Latest commit

 

History

History
91 lines (64 loc) · 3.56 KB

openvino-samples.rst

File metadata and controls

91 lines (64 loc) · 3.56 KB

OpenVINO™ Samples

.. toctree::
   :maxdepth: 1
   :hidden:

   Get Started with C++ Samples <openvino-samples/get-started-demos>
   openvino-samples/hello-classification
   openvino-samples/hello-nv12-input-classification
   openvino-samples/hello-query-device
   openvino-samples/hello-reshape-ssd
   openvino-samples/image-classification-async
   openvino-samples/model-creation
   openvino-samples/sync-benchmark
   openvino-samples/throughput-benchmark
   openvino-samples/bert-benchmark
   openvino-samples/benchmark-tool


The OpenVINO™ samples are simple console applications that show how to utilize specific OpenVINO API capabilities within an application. They can assist you in executing specific tasks such as loading a model, running inference, querying specific device capabilities, etc.

The applications include:

Important

All C++ samples support input paths containing only ASCII characters, except for the Hello Classification Sample, which supports Unicode.

Additional Resources