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.

OP:upsample has bug!!! Who can help me?

章__章之星
Beginner
292 Views

When i used openvino(2020.2) convert retinaface.onnx (Opset 11) to Ir model, the Resize op had erros;

 File "D:\IntelSWTools\openvino_2020.2.117\deployment_tools\model_optimizer\extensions\ops\upsample.py", line 66, in upsample_infer
    node.out_node().shape = input_shape * node.in_node(1).value
ValueError: operands could not be broadcast together with shapes (4,) (0,).

you can download my model,and recurre the  problems. think you very much!

0 Kudos
2 Replies
SIRIGIRI_V_Intel
Employee
292 Views

Hi,

As per the supported layers for onnx, the resize operation is supported with opset-10. Could you please use the opset-10 version and let us know the results.

Hope this helps.

Regards,

Ram prasad

0 Kudos
章__章之星
Beginner
292 Views

It is very helpful to me! think you very much!

0 Kudos
Reply