State single value is uese (#15458)

Ticket EISW-60868
This commit is contained in:
Zlobin Vladimir
2023-04-26 14:50:03 +04:00
committed by GitHub
parent da91b33763
commit de30d8523d
7 changed files with 13 additions and 0 deletions

View File

@@ -82,6 +82,8 @@ To run the sample, you need specify a model and image:
- The sample accepts models in ONNX format (.onnx) that do not require preprocessing.
- Stating flags that take only single option like `-m` multiple times, for example `python classification_sample_async.py -m model.xml -m model2.xml`, results in only the last value being used.
Example
+++++++

View File

@@ -209,6 +209,8 @@ You can do inference on Intel® Processors with the GNA co-processor (or emulati
- Before running the sample with a trained model, make sure the model is converted to the intermediate representation (IR) format (\*.xml + \*.bin) using the :doc:`Model Optimizer tool <openvino_docs_MO_DG_Deep_Learning_Model_Optimizer_DevGuide>`.
- The sample supports input and output in numpy file format (.npz)
- Stating flags that take only single option like `-m` multiple times, for example `python classification_sample_async.py -m model.xml -m model2.xml`, results in only the last value being used.
Sample Output
#############