Onnxruntime: some questions about the ops of openvino and onnx

Created on 31 Jul 2019  路  6Comments  路  Source: microsoft/onnxruntime

openvino support more than 32 ops. why ONNX Runtime only can support 32 ops in OpenVINO? if i want to add a new op in ONNX using openvino, what should i do ?

OpenVINO stale enhancement

Most helpful comment

Hi @vlad3996

We are working on supporting these layers in the EP and will have them ready soon.

All 6 comments

which specific ops were you looking to be supported?

@smkarlap @suryasidd ,
any suggestions/guidance?

For initial release, we only added the operators that are needed to support the models in the onnx model zoo (Haven't added support for the models that were added in onnx model zoo recently like ssd and mask rcnn). So we left out some of the ops because there were corner cases that needed to be handled for the unit tests to pass.

We are currently adding support to the rest of the operators as well. Are you looking for any specific ops? If so, we can prioritize and add them sooner.

Hi @suryasidd .
Any plans to add PriorBoxLayer, PriorBoxClustered and DetectionOutput layers ?

Hi @vlad3996

We are working on supporting these layers in the EP and will have them ready soon.

This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details.

This issue has been automatically closed due to inactivity. Please reactivate if further support is needed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Pavel-Konarik picture Pavel-Konarik  路  4Comments

fdwr picture fdwr  路  5Comments

cbecker picture cbecker  路  4Comments

vlad3996 picture vlad3996  路  5Comments

JammyZhou picture JammyZhou  路  3Comments