-
Notifications
You must be signed in to change notification settings - Fork 5
Sahar/samples ovep escalation #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 4 commits
a4d464e
c14549d
df7aaa9
20c1e37
4520d91
b7c34e1
a59b6d5
998bd9e
a223f41
4a814e0
3b7dd7a
4bcb01a
16e79bf
122296b
544805d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,13 +9,15 @@ The source code for this sample is available [here](https://github.com/microsoft | |
| # How to build | ||
|
|
||
| ## Prerequisites | ||
| 1. [The Intel<sup>®</sup> Distribution of OpenVINO toolkit](https://docs.openvinotoolkit.org/latest/index.html) | ||
| 1. [The Intel<sup>®</sup> Distribution of OpenVINO toolkit](https://docs.openvino.ai/latest/openvino_docs_install_guides_install_runtime.html) | ||
| Please select Install OpenVINO Runtime using an installer | ||
| 2. Download the latest tinyYOLOv2 model from the ONNX Model Zoo. | ||
| 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. | ||
|
|
||
| ## Install ONNX Runtime for OpenVINO Execution Provider | ||
| Please install the onnxruntime-openvino python package from [here](https://github.com/intel/onnxruntime/releases/tag/v4.0) | ||
sfatimar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Build steps | ||
| ## Optional Build steps for ONNX Runtime | ||
| [build instructions](https://onnxruntime.ai/docs/build/eps.html#openvino) | ||
|
|
||
| ## Reference Documentation | ||
|
|
@@ -37,7 +39,7 @@ pip3 install -r requirements.txt | |
|
|
||
| ## Running the ONNXRuntime OpenVINO Execution Provider sample | ||
| ```bash | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also we need to add --h option to this sample
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Resolved |
||
| python3 tiny_yolov2_obj_detection_sample.py | ||
| python3 tiny_yolov2_obj_detection_sample.py --video bottle-detection.mp4 --model tinyyolov2.onnx | ||
sfatimar marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
|
|
||
| ## To stop the sample from running | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we also add the direct hyperlink to this page.
https://docs.openvino.ai/latest/openvino_docs_install_guides_installing_openvino_linux.html#doxid-openvino-docs-install-guides-installing-openvino-linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved