-
Notifications
You must be signed in to change notification settings - Fork 5
OVEP V4.0 Updates #7
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 1 commit
626b288
07540d6
f8652b2
9a847f3
ec2dcca
984bd0c
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 |
|---|---|---|
|
|
@@ -28,9 +28,14 @@ git clone https://github.com/microsoft/onnxruntime-inference-examples.git | |
| Change your current directory to c_cxx\OpenVINO_EP\Windows, then run | ||
| ```bat | ||
| mkdir build && cd build | ||
| cmake .. -A x64 -T host=x64 -Donnxruntime_USE_OPENVINO=ON -DONNXRUNTIME_ROOTDIR=c:\dev\ort_install -DOPENCV_ROOTDIR="C:\Program Files (x86)\Intel\openvino_2021.4.752\opencv" | ||
| cmake .. -A x64 -T host=x64 -Donnxruntime_USE_OPENVINO=ON -DONNXRUNTIME_ROOTDIR=c:\dev\ort_install -DOPENCV_ROOTDIR=path\to\opencv" | ||
| ``` | ||
| Choose required opencv path. Skip the opencv flag if you don't want to build squeezenet sample. | ||
| **Note:** | ||
| If you are using the opencv from openvino package, below are the paths: | ||
| * For latest version (2022.1.0), run download_opencv.ps1 in \path\to\openvino\extars\script and the opencv will be downloaded at \path\to\openvino\extars. | ||
|
||
| * For older openvino version, opencv is available at openvino directory itself. | ||
|
|
||
| Build samples using msbuild either for Debug or Release configuration. | ||
|
|
||
| ```bat | ||
|
|
||
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.
correct the spelling here
1./extras (At 2 places)