Intel® Distribution of OpenVINO™ Toolkit
Community support and discussions about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all things computer vision-related on Intel® platforms.
6099 Discussions

No support for CombinedNonMaxSuppression on Myriad

ShyamSundar
Beginner
280 Views

Running a custom Yolo model , ended up with this error

List of operations that cannot be converted to Inference Engine IR:
[ ERROR ] CombinedNonMaxSuppression (1)
[ ERROR ] detector/yolo_nms/combined_non_max_suppression/CombinedNonMaxSuppression
[ ERROR ] Part of the nodes was not converted to IR. Stopped.

Ran the Model optimiser using Openvino 2020.3 LTS as well as the latest version , Couldn't convert to IR files . Is there a way to add CombinedNonMaxSuppression support ?

0 Kudos
2 Replies
Iffa_Intel
Moderator
221 Views

Greetings,


Fyi, you need to convert your custom model first before using it with OpenVINO samples or NCS.


You may refer here for further info: https://docs.openvinotoolkit.org/latest/openvino_docs_MO_DG_prepare_model_convert_model_tf_specific_...


Sincerely,

Iffa


Iffa_Intel
Moderator
195 Views

Greetings,


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. 


Sincerely,

Iffa


Reply