The process of converting to IR/Openvino format has no errors. However, when running openvino format in Inference Engine, the following error occurs:
net = IENetwork(model="./model.xml", weights="./model.bin") #Generated by model optimizer
3 plugin=IEPlugin(device="CPU")
----> 4 exec_net=plugin.load(network=net)
5 Exec_net.infer({input_blob: image})
ie_api.pyx in openvino.inference_engine.ie_api.IEPlugin.load()
ie_api.pyx in openvino.inference_engine.ie_api.IEPlugin.load()
RuntimeError: Unsupported primitive of type: Resample name: Interpolate/1614
連結已複製
0 回應
