You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: c_cxx/OpenVINO_EP/Linux/squeezenet_classification/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ The source code for this sample is available [here](https://github.com/microsoft
10
10
11
11
## Prerequisites
12
12
1.[The Intel<sup>®</sup> Distribution of OpenVINO toolkit](https://docs.openvinotoolkit.org/latest/index.html)
13
-
14
13
2. Use opencv (use the same opencv package that comes builtin with Intel<sup>®</sup> Distribution of OpenVINO toolkit)
15
-
3. Use any sample image as input to the sample.
16
-
4. Download the latest Squeezenet model from the ONNX Model Zoo.
14
+
3. Use opencl for IO buffer sample (squeezenet_cpp_app_io.cpp).
15
+
4. Use any sample image as input to the sample.
16
+
5. Download the latest Squeezenet model from the ONNX Model Zoo.
17
17
This example was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [Squeezenet](https://github.com/onnx/models/tree/master/vision/classification/squeezenet) model from here.
Note: This build command is using the opencv location from OpenVINO 2021.4.1 Release Installation. You can use any version of OpenVINO and change the location path accordingly.
50
50
51
51
- For the sample using IO Buffer Optimization feature
52
-
Set the OpenCL lib and headers path. For example if you are setting the path from openvino source build folder, the paths will be like:
0 commit comments