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 ?
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.
Most helpful comment
Hi @vlad3996
We are working on supporting these layers in the EP and will have them ready soon.