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.

ONNX conversion - ops missing

Tr__Ra
New Contributor I
597 Views

Hello

I am trying to convert a CNN model from ONNX to OpenVINO.

The following 2 ops are missing:

Instructions/layers that do not have attribute extractors:
[ WARNING ]      Sub (2)
[ WARNING ]          Sub_78
[ WARNING ]          Sub_140
[ WARNING ]      Min (3)
[ WARNING ]          Min_87
[ WARNING ]          Min_88
[ WARNING ]          Min_89

Min and Sub. Can you please provide some guidance as to how/where to add them?

Thank you

0 Kudos
3 Replies
Rizal_Intel
Moderator
581 Views

Hi Ra Tr,

 

Sub should be a supported ONNX layer while Min is not.

You can check ONNX supported layers to see a list of supported layers.

 

There is a section for implement custom layer using the Custom Layers Guide.

However, it seems that ONNX conversion could not support custom layers.

 

Therefore, I would recommend you to tweak your model to not use the Min layer if possible.

 

Additionally, here is a list of validated models and topologies that are compatible.

 

Regards,

Rizal


0 Kudos
Tr__Ra
New Contributor I
561 Views
0 Kudos
Rizal_Intel
Moderator
566 Views

Hi Ra,


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


Regards,

Rizal


0 Kudos
Reply