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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The source code for this sample is available [here](https://github.com/microsoft
16
16
3. Use opencl for IO buffer sample (squeezenet_cpp_app_io.cpp).
17
17
4. Use any sample image as input to the sample.
18
18
5. Download the latest Squeezenet model from the ONNX Model Zoo.
19
-
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.
19
+
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/validated/vision/classification/squeezenet) model from here.
20
20
21
21
22
22
## Install ONNX Runtime for OpenVINO Execution Provider
Copy file name to clipboardExpand all lines: c_cxx/OpenVINO_EP/Windows/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
3. Use opencl for IO buffer sample (squeezenet_cpp_app_io.cpp).
21
21
4. Use any sample image as input to the sample.
22
22
5. Download the latest Squeezenet model from the ONNX Model Zoo.
23
-
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.
23
+
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/validated/vision/classification/squeezenet) model from here.
Copy file name to clipboardExpand all lines: c_sharp/OpenVINO_EP/yolov3_object_detection/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The source code for this sample is available [here](https://github.com/microsoft
13
13
2.[The Intel<sup>®</sup> Distribution of OpenVINO toolkit](https://docs.openvinotoolkit.org/latest/index.html)
14
14
3. Use any sample Image as input to the sample.
15
15
4. Download the latest YOLOv3 model from the ONNX Model Zoo.
16
-
This example was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [YOLOv3](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov3) model from here.
16
+
This example was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [YOLOv3](https://github.com/onnx/models/tree/master/validated/vision/object_detection_segmentation/yolov3) model from here.
17
17
18
18
## Install ONNX Runtime for OpenVINO Execution Provider
Copy file name to clipboardExpand all lines: python/OpenVINO_EP/tiny_yolo_v2_object_detection/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The source code for this sample is available [here](https://github.com/microsoft
10
10
11
11
## Prerequisites
12
12
1. Download the latest tinyYOLOv2 model from the ONNX Model Zoo.
13
-
This model was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [tinyYOLOv2](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/tiny-yolov2) model from here.
13
+
This model was adapted from [ONNX Model Zoo](https://github.com/onnx/models).Download the latest version of the [tinyYOLOv2](https://github.com/onnx/models/tree/master/validated/vision/object_detection_segmentation/tiny-yolov2) model from here.
14
14
15
15
## Install ONNX Runtime for OpenVINO™ Execution Provider
16
16
Please install the onnxruntime-openvino python package from [here](https://pypi.org/project/onnxruntime-openvino). The package for Linux contains prebuilt OpenVINO Libs with ABI 0.
Copy file name to clipboardExpand all lines: python/OpenVINO_EP/yolov4_object_detection/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The source code for this sample is available [here](https://github.com/microsoft
16
16
# How to build
17
17
18
18
## Prerequisites
19
-
1. Download the latest version of the [YOLOv4](https://github.com/onnx/models/tree/master/vision/object_detection_segmentation/yolov4) model from here.
19
+
1. Download the latest version of the [YOLOv4](https://github.com/onnx/models/tree/master/validated/vision/object_detection_segmentation/yolov4) model from here.
20
20
21
21
## Install ONNX Runtime for OpenVINO™ Execution Provider
22
22
Please install the onnxruntime-openvino python package from [here](https://pypi.org/project/onnxruntime-openvino). The package for Linux contains prebuilt OpenVINO Libs with ABI 0.
0 commit comments