Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6570 討論

Has Intel plan to contribute OPenVINO onnxrutime to MSTF onnxruntime to utilize NuGet WinML?

Jb_Y_Intel
員工
1,207 檢視

 

Below 2 MSTF packages being used in Window C# Application and onnxruntime.
* https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime
* https://github.com/microsoft/onnxruntime

Whereas OpenVINO provide separate package.

* https://github.com/intel/onnxruntime

 

For this reason, customer cannot use the official nuget package when developing applications, instead use local packages. We are concerned about the inconvenience of additional installation and compatibility with other GPUs.


Our question is if there are any plans to contribute to MS Git in unified single package.

0 積分
1 解決方案
Zulkifli_Intel
1,176 檢視

Hello Jb,

Thank you for reaching out to us.

 

I suggest you check out OpenVINO™ Execution Provider for ONNX Runtime. To use C# API for OpenVINO Execution Provider create a custom NuGet package, follow the instructions here to install prerequisites for NuGet creation. Once prerequisites are installed, follow the instructions to Build OpenVINO Execution Provider and add an extra flag --build_nuget to create NuGet packages. Two NuGet packages will be created, Microsoft.ML.OnnxRuntime.Managed and Microsoft.ML.OnnxRuntime.Openvino.

 

There is also a discussion on GitHub related to this issue. 

 

Regards,

Zulkifli

 

在原始文章中檢視解決方案

3 回應
Zulkifli_Intel
1,177 檢視

Hello Jb,

Thank you for reaching out to us.

 

I suggest you check out OpenVINO™ Execution Provider for ONNX Runtime. To use C# API for OpenVINO Execution Provider create a custom NuGet package, follow the instructions here to install prerequisites for NuGet creation. Once prerequisites are installed, follow the instructions to Build OpenVINO Execution Provider and add an extra flag --build_nuget to create NuGet packages. Two NuGet packages will be created, Microsoft.ML.OnnxRuntime.Managed and Microsoft.ML.OnnxRuntime.Openvino.

 

There is also a discussion on GitHub related to this issue. 

 

Regards,

Zulkifli

 

Zulkifli_Intel
1,125 檢視

Hi Jb,


This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question. 



Sincerely,

Zulkifli


Jb_Y_Intel
員工
1,110 檢視

Hi Zulkifli

 

Can you keep this thread open another couple days? I am still waiting for response from my customer if they feel comfortable w/ this update. 

回覆