Skip to content

Commit f83e708

Browse files
authored
fix broken links to models (#524)
1 parent 9467cf0 commit f83e708

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

c_cxx/OpenVINO_EP/Linux/squeezenet_classification/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The source code for this sample is available [here](https://github.com/microsoft
1616
3. Use opencl for IO buffer sample (squeezenet_cpp_app_io.cpp).
1717
4. Use any sample image as input to the sample.
1818
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.
2020

2121

2222
## Install ONNX Runtime for OpenVINO Execution Provider

c_cxx/OpenVINO_EP/Windows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
3. Use opencl for IO buffer sample (squeezenet_cpp_app_io.cpp).
2121
4. Use any sample image as input to the sample.
2222
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.
2424

2525
#### Build ONNX Runtime
2626
Open x64 Native Tools Command Prompt for VS 2019.

c_sharp/OpenVINO_EP/yolov3_object_detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The source code for this sample is available [here](https://github.com/microsoft
1313
2. [The Intel<sup>®</sup> Distribution of OpenVINO toolkit](https://docs.openvinotoolkit.org/latest/index.html)
1414
3. Use any sample Image as input to the sample.
1515
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.
1717

1818
## Install ONNX Runtime for OpenVINO Execution Provider
1919

python/OpenVINO_EP/tiny_yolo_v2_object_detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The source code for this sample is available [here](https://github.com/microsoft
1010

1111
## Prerequisites
1212
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.
1414

1515
## Install ONNX Runtime for OpenVINO™ Execution Provider
1616
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.

python/OpenVINO_EP/yolov4_object_detection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The source code for this sample is available [here](https://github.com/microsoft
1616
# How to build
1717

1818
## 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.
2020

2121
## Install ONNX Runtime for OpenVINO™ Execution Provider
2222
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

Comments
 (0)