-
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?
Conversation
mayavijx
commented
Apr 4, 2022
- Updated README documents.
- Updated csharp sample with latest ImageSharp API
- Updated cpp samples with nchw changes
c_cxx/OpenVINO_EP/Windows/README.md
Outdated
| 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. |
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.
Pls correct the spellings.
1.download_opencv.sh
2.\extras (At 2 places)
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.
Corrected typo error at \extras. download_opencv.ps1 is correct as it is a powershell script in Windows.
| ``` | ||
| **Note:** | ||
| If you are using the opencv from openvino package, below are the paths: | ||
| * For latest version (2022.1.0), run download_opencv.sh in /path/to/openvino/extars/script and the opencv will be downloaded at /path/to/openvino/extars. |
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)
c_cxx/OpenVINO_EP/Windows/README.md
Outdated
| 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\extras\script and the opencv will be downloaded at \path\to\openvino\extras. |
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.
download_opencv.ps1 should be download_opencv.sh