Skip to content

[OpenVINO-EP] V3.2 Release Documentation update#9233

Merged
faxu merged 5 commits into
microsoft:gh-pagesfrom
intel:gh-pages-ov-ep-v3.2-2021.4.1
Oct 13, 2021
Merged

[OpenVINO-EP] V3.2 Release Documentation update#9233
faxu merged 5 commits into
microsoft:gh-pagesfrom
intel:gh-pages-ov-ep-v3.2-2021.4.1

Conversation

@MaajidKhan

Copy link
Copy Markdown
Contributor

Description: [OpenVINO-EP] V3.2 Release Documentation update

Motivation and Context
Refer the code PR for more context:
#9232

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
@MaajidKhan

Copy link
Copy Markdown
Contributor Author

@oliviajain Updated the documentation with yolov4 python sample link

@@ -62,7 +62,11 @@ For more information on Multi-Device plugin of OpenVINO, please refer to the fol

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding yolov4 sample

Use the ONNX API's.[documentation](https://github.com/onnx/onnx/blob/master/docs/ExternalData.md#converting-and-saving-an-onnx-model-to-external-data).

Note: Install the latest ONNX Python package using pip to run these ONNX Python API's successfully.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a note about saving external weights filename as data/weights, or not moving the weights after conversion.

Or could also provide example
# Load onnx model
onnx.save_model(onnx_model, 'path/to/save/the/model.onnx', save_as_external_data=True, all_tensors_to_one_file=True, location='data/weights', size_threshold=1024, convert_attribute=False)
# Run with OpenVINO EP

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done @oliviajain . Added an example, explanation and a Note.

Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
Signed-off-by: MaajidKhan <n.maajidkhan@gmail.com>
@MaajidKhan

Copy link
Copy Markdown
Contributor Author

@oliviajain can we get this PR merged. source code PR for the same is already merged.

@oliviajain oliviajain self-requested a review October 12, 2021 18:37
@oliviajain

Copy link
Copy Markdown
Contributor

@faxu faxu merged commit 69e077e into microsoft:gh-pages Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants